summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libgcc/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-17 07:20:27 +0000
committerobrien <obrien@FreeBSD.org>1999-11-17 07:20:27 +0000
commit4a93879dcf8e554e6e42bea6ecf463c9fb9c6b8b (patch)
tree5e72911221206cc30a3a5a33654629c3c5c2b086 /gnu/lib/libgcc/Makefile
parent224187cfed95d3358abff79c0db287fc503d0291 (diff)
downloadFreeBSD-src-4a93879dcf8e554e6e42bea6ecf463c9fb9c6b8b.zip
FreeBSD-src-4a93879dcf8e554e6e42bea6ecf463c9fb9c6b8b.tar.gz
Pay attention to the "KEEP THIS IN SYNC" comment, and sync the `tm.h'
header with src/gcc/usr.bin/cc/cc_tools/Makefile.
Diffstat (limited to 'gnu/lib/libgcc/Makefile')
-rw-r--r--gnu/lib/libgcc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index bde2769..f64b34d 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -97,11 +97,7 @@ tm.h:
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