summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-19 21:19:36 +0000
committerpeter <peter@FreeBSD.org>1999-08-19 21:19:36 +0000
commit0b6fbc2a5b83ef6eb4b1a5f56ab141146e1d09cc (patch)
treed10e43bc69ce531a60a9d7163cf399bade9f2af9 /gnu
parent0ee9b6851f1bbc585571547e3ba68ab00d2bdf8e (diff)
downloadFreeBSD-src-0b6fbc2a5b83ef6eb4b1a5f56ab141146e1d09cc.zip
FreeBSD-src-0b6fbc2a5b83ef6eb4b1a5f56ab141146e1d09cc.tar.gz
Make gcc work on the Alpha again. alpha/alpha.h is used instead of svr4.h
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index f1be311..b353fda 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.36 1999/08/16 04:10:44 obrien Exp $
+# $Id: Makefile,v 1.37 1999/08/16 09:55:16 obrien Exp $
#
# This could probably be merged with ../cc_int/Makefile, but bsd.lib.mk
@@ -155,8 +155,8 @@ tm.h:
echo '#include "${GCC_ARCH}/${GCC_ARCH}.h"' > ${.TARGET}
.if ${GCC_ARCH} == "i386"
echo '#include "${GCC_ARCH}/att.h"' >> ${.TARGET}
-.endif
echo '#include "svr4.h"' >> ${.TARGET}
+.endif
echo '#include "${GCC_ARCH}/freebsd.h"' >> ${.TARGET}
.if ${GCC_ARCH} == "i386"
echo '#include "${GCC_ARCH}/perform.h"' >> ${.TARGET}
OpenPOWER on IntegriCloud