Fix the CPP_PREDEFINES so it properly gets the "global" definition too.
This commit is contained in:
parent
21d9e55c88
commit
6325fcf217
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17960
@ -52,7 +52,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#undef CPP_PREDEFINES
|
||||
#define CPP_PREDEFINES "\
|
||||
-D__alpha__ -D__alpha -Acpu(alpha) -Amachine(alpha) " \
|
||||
FBSD_CPP_PREDEFINES \
|
||||
CPP_FBSD_PREDEFINES \
|
||||
SUB_CPP_PREDEFINES
|
||||
|
||||
/* Make gcc agree with <machine/ansi.h> */
|
||||
|
@ -52,7 +52,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#undef CPP_PREDEFINES
|
||||
#define CPP_PREDEFINES "\
|
||||
-D__alpha__ -D__alpha -Acpu(alpha) -Amachine(alpha) " \
|
||||
FBSD_CPP_PREDEFINES \
|
||||
CPP_FBSD_PREDEFINES \
|
||||
SUB_CPP_PREDEFINES
|
||||
|
||||
/* Make gcc agree with <machine/ansi.h> */
|
||||
|
Loading…
Reference in New Issue
Block a user