Fix the CPP_PREDEFINES so it properly gets the "global" definition too.

This commit is contained in:
David E. O'Brien 1999-04-18 01:33:05 +00:00
parent 21d9e55c88
commit 6325fcf217
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17960
2 changed files with 2 additions and 2 deletions

View File

@ -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> */

View File

@ -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> */