diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-02 09:16:44 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-02 09:16:44 +0000 |
| commit | 578f7334be365fe089974f0af8fcf6207f0ed6af (patch) | |
| tree | 9620c171f0b4978dc50d300c162c89166e88205b /gnu/usr.bin/cc | |
| parent | 25a0593933c42296b4bc01ee41f203968a688724 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
| -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 806a8a3d91b9..c9ce2e07c4d5 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 defined(LONG_TYPE_SIZE) CFLAGS+= -DLONG_TYPE_SIZE=${LONG_TYPE_SIZE} diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h index fd04a683ba20..f1063fef5549 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. */ |
