summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-18 09:41:49 +0000
committerobrien <obrien@FreeBSD.org>1999-04-18 09:41:49 +0000
commit97db6d0b1077247d51c8aaa8b6cee82fa9bba171 (patch)
tree4f920efacebffa465427a29db33fea34fcfb70d5
parent7a7b31aa6cca12ed1e1a37d1ad7e0a2bb26f57a5 (diff)
downloadFreeBSD-src-97db6d0b1077247d51c8aaa8b6cee82fa9bba171.zip
FreeBSD-src-97db6d0b1077247d51c8aaa8b6cee82fa9bba171.tar.gz
*** empty log message ***
-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 f9a38f8..63b5078 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc,v 1.28 1999/04/08 15:43:36 peter Exp $
+# $Id: Makefile.inc,v 1.29 1999/04/18 09:36:11 obrien Exp $
#
.include "../Makefile.inc"
@@ -25,7 +25,7 @@ version!= sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ${GCCDIR}/version.c
#version!= sed -e 's/.*\(egcs-[0-9\.]*\).*/\1/' < ${GCCDIR}/version.c
CFLAGS+= -I${GCCDIR} -I${GCCDIR}/config
-CFLAGS+= -DFREEBSD_NATIVE
+CFLAGS+= -DFREEBSD_NATIVE -DHAVE_CONFIG_H
CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"
OpenPOWER on IntegriCloud