diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-18 09:41:49 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-18 09:41:49 +0000 |
| commit | 1e2318cd6a412bead9d70645029b19d0613753a0 (patch) | |
| tree | e0740a33a594df266de08e33efe80d7fcc999a98 /gnu | |
| parent | 58485a8a931387583db63a1be2141c1e2d2d5b93 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc index f9a38f809746..63b5078bda35 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)\" |
