summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1998-10-26 18:27:32 +0000
committerimp <imp@FreeBSD.org>1998-10-26 18:27:32 +0000
commitde27adfbe9a0cf1453956685ae2a84b1ff7e9947 (patch)
treeda43d056a2df718044fe89cfb02721d321ad16bf /gnu
parent1764c607767b2186881170ed2a873b976ca4138e (diff)
downloadFreeBSD-src-de27adfbe9a0cf1453956685ae2a84b1ff7e9947.zip
FreeBSD-src-de27adfbe9a0cf1453956685ae2a84b1ff7e9947.tar.gz
Another instance where we default to elf only on alpha, but should
default to aout only on i386.
Diffstat (limited to 'gnu')
-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 f5c9c2b..2deaf70 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc,v 1.22 1998/01/25 09:49:00 jb Exp $
+# $Id: Makefile.inc,v 1.23 1998/03/08 05:29:43 peter Exp $
#
# Sometimes this is .include'd several times...
@@ -15,7 +15,7 @@ OUT_FILE= ${MACHINE_ARCH}.c
OUT_OBJ= ${MACHINE_ARCH}
.PATH: ${GCCDIR}/config/${MACHINE_ARCH}
-.if ${MACHINE} == "alpha"
+.if ${MACHINE_ARCH} != "i386"
BINFORMAT= elf
.else
# Pick aout for now. the elf config is not binary compatable.
OpenPOWER on IntegriCloud