summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-04 20:40:45 +0000
committerobrien <obrien@FreeBSD.org>1999-04-04 20:40:45 +0000
commit1a7add86bb7d535742f7826de304bb88aeb69564 (patch)
tree3b9250d23dd38b94cfdb8d71d5c7ecae5a5ad0f9 /gnu
parente346b32961db8812c3e89e5da70785a4fb119da1 (diff)
downloadFreeBSD-src-1a7add86bb7d535742f7826de304bb88aeb69564.zip
FreeBSD-src-1a7add86bb7d535742f7826de304bb88aeb69564.tar.gz
Attempt at creating the right ``tm.h'' file for the Alpha.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index f7cbe0c..62ff812 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.16 1999/03/05 04:55:03 obrien Exp $
+# $Id: Makefile,v 1.15 1999/04/04 16:36:34 obrien Exp $
#
#
@@ -153,7 +153,11 @@ tm.h:
echo '#include "${MACHINE_ARCH}/${MACHINE_ARCH}.h"' > ${.TARGET}
echo '#include "${MACHINE_ARCH}/att.h"' >> ${.TARGET}
echo '#include "${MACHINE_ARCH}/freebsd.h"' >> ${.TARGET}
+.if ${MACHINE_ARCH} == "i386"
echo '#include "${MACHINE_ARCH}/perform.h"' >> ${.TARGET}
+.elif ${MACHINE_ARCH} == "alpha"
+ echo '#include "${MACHINE_ARCH}/freebsd-elf.h"' >> ${.TARGET}
+.endif
multilib.h: genmultilib
echo 'static char *multilib_raw[] = {"aout maout;elf !maout;", NULL};' > multilib.h
OpenPOWER on IntegriCloud