summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/Makefile.inc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-15 04:16:19 +0000
committerobrien <obrien@FreeBSD.org>1999-11-15 04:16:19 +0000
commitf62e7fc20cc486bc0308c35b4e7e33eaa0d41e43 (patch)
treef399e7722badfbeb23dab8bc9569d927e8b27d2c /gnu/usr.bin/cc/Makefile.inc
parent3b8d09a9f991095f69b7a21be1b4a372eef1f5ce (diff)
downloadFreeBSD-src-f62e7fc20cc486bc0308c35b4e7e33eaa0d41e43.zip
FreeBSD-src-f62e7fc20cc486bc0308c35b4e7e33eaa0d41e43.tar.gz
Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.
Diffstat (limited to 'gnu/usr.bin/cc/Makefile.inc')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index abfe55c..093b8ff 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -4,7 +4,7 @@
# Sometimes this is .include'd several times...
.if !defined(GCCDIR)
-GCCDIR= ${.CURDIR}/../../../../contrib/egcs/gcc
+GCCDIR= ${.CURDIR}/../../../../contrib/gcc
.if ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb"
GCC_ARCH=mips
@@ -26,7 +26,7 @@ USE_EGCS_HAIFA=1
version!= sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ${GCCDIR}/version.c
#version!= sed -e 's/.*\(egcs-[0-9\.]*\).*/\1/' < ${GCCDIR}/version.c
-CFLAGS+= -DFREEBSD_NATIVE -DHAVE_CONFIG_H
+CFLAGS+= -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H
CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"
OpenPOWER on IntegriCloud