summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libgcc/Makefile
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/lib/libgcc/Makefile
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/lib/libgcc/Makefile')
-rw-r--r--gnu/lib/libgcc/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index 60f6a34..bde2769 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-GCCDIR= ${.CURDIR}/../../../contrib/egcs/gcc
+GCCDIR= ${.CURDIR}/../../../contrib/gcc
.PATH: ${GCCDIR}/cp ${GCCDIR}
@@ -86,14 +86,22 @@ config.h:
echo '#include <xm-freebsd.h>' >> ${.TARGET}
tconfig.h:
- echo '#include "${MACHINE_ARCH}/xm-${MACHINE_ARCH}.h"' > ${.TARGET}
+ echo '#include "gansidecl.h"' > ${.TARGET}
+ echo '#include "${MACHINE_ARCH}/xm-${MACHINE_ARCH}.h"' >> ${.TARGET}
+# KEEP THIS IN SYNC with src/gcc/usr.bin/cc/cc_tools/Makefile !!
tm.h:
echo '#include "${MACHINE_ARCH}/${MACHINE_ARCH}.h"' > ${.TARGET}
.if ${MACHINE_ARCH} == "i386"
echo '#include "${MACHINE_ARCH}/att.h"' >> ${.TARGET}
+ echo '#include "svr4.h"' >> ${.TARGET}
.endif
+ echo '#include <freebsd.h>' >> ${.TARGET}
+.if ${MACHINE_ARCH} == "alpha"
+ echo '#include "${MACHINE_ARCH}/freebsd4.h"' >> ${.TARGET}
+.else
echo '#include "${MACHINE_ARCH}/freebsd.h"' >> ${.TARGET}
+.endif
.if ${MACHINE_ARCH} == "i386"
echo '#include "${MACHINE_ARCH}/perform.h"' >> ${.TARGET}
.endif
OpenPOWER on IntegriCloud