diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-02 02:56:59 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-02 02:56:59 +0000 |
| commit | 5064dbba9587269305007a05c98ee70a9690698e (patch) | |
| tree | 775783f4fd186d91af367b2b910cf2410fec5bfb /gnu | |
| parent | 49bd150d8804adc49c45125b1024b079b363f139 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/Makefile.inc | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/freebsd-native.h | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc index 62f86bebc6f03..49f84fa1cebb4 100644 --- a/gnu/usr.bin/cc/Makefile.inc +++ b/gnu/usr.bin/cc/Makefile.inc @@ -27,7 +27,7 @@ USE_EGCS_HAIFA= 1 version!= sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ${GCCDIR}/version.c -CFLAGS+= -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H +CFLAGS+= -DIN_GCC -DHAVE_CONFIG_H CFLAGS+= -DPREFIX=\"${TOOLS_PREFIX}/usr\" # If building 64-bit longs for the i386, "_LARGE_LONG" should also be defined diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h index fd04a683ba203..f1063fef55495 100644 --- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h +++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h @@ -4,6 +4,9 @@ source tree so it can be configured appropriately without using the GNU configure/build mechanism. */ +#undef FREEBSD_NATIVE +#define FREEBSD_NATIVE 1 + #undef SYSTEM_INCLUDE_DIR /* We don't need one for now. */ #undef GCC_INCLUDE_DIR /* We don't need one for now. */ #undef TOOL_INCLUDE_DIR /* We don't need one for now. */ |
