aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc295
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-04-18 09:33:05 +0800
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-04-18 09:33:05 +0800
commit6325fcf217792af82ab7b04308e4f1016daccfdd (patch)
tree164e7493791aa9e38b052474ef704d353cf25b10 /lang/gcc295
parent21d9e55c887eac08a7ba8b10137e6bfdfd79e1fc (diff)
downloadfreebsd-ports-gnome-6325fcf217792af82ab7b04308e4f1016daccfdd.tar.gz
freebsd-ports-gnome-6325fcf217792af82ab7b04308e4f1016daccfdd.tar.zst
freebsd-ports-gnome-6325fcf217792af82ab7b04308e4f1016daccfdd.zip
Fix the CPP_PREDEFINES so it properly gets the "global" definition too.
Diffstat (limited to 'lang/gcc295')
-rw-r--r--lang/gcc295/files/alpha-freebsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc295/files/alpha-freebsd.h b/lang/gcc295/files/alpha-freebsd.h
index 60a1f07b94ba..e6f81cca503a 100644
--- a/lang/gcc295/files/alpha-freebsd.h
+++ b/lang/gcc295/files/alpha-freebsd.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> */