summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1997-03-28 04:45:30 +0000
committerjdp <jdp@FreeBSD.org>1997-03-28 04:45:30 +0000
commita310835bda750dfe1b83922f21930c46d45ee2ce (patch)
treeb6407fe54af0c7fc400f4a7be9b1298286d5d031 /gnu
parent3adaa3c5d031317b34dae3d30e9cc6f046be68ba (diff)
downloadFreeBSD-src-a310835bda750dfe1b83922f21930c46d45ee2ce.zip
FreeBSD-src-a310835bda750dfe1b83922f21930c46d45ee2ce.tar.gz
Change a "=" to "?=" to make it easier to override the binary format
from the environment.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index edaa3cf..1b4fd4e 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile.inc,v 1.19 1997/02/22 15:44:48 peter Exp $
#
# Sometimes this is .include'd several times...
@@ -16,8 +16,8 @@ OUT_OBJ= i386
.PATH: ${GCCDIR}/config/i386
# Pick aout for now. the elf config is not binary compatable.
-BINFORMAT= aout
-#BINFORMAT= elf
+BINFORMAT?= aout
+#BINFORMAT?= elf
.if ${BINFORMAT} == aout
CFLAGS+= -DFREEBSD_AOUT
OpenPOWER on IntegriCloud