diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-06 23:18:01 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-06 23:18:01 +0000 |
| commit | 9e3b0010176971fc4da7fd68991a816118053288 (patch) | |
| tree | a2dd1dbef0c5c9eb6362307a5b2fb7718bca592d /gnu/usr.bin/cc/Makefile.inc | |
| parent | 4e6aeb72b4312c4c9bfb14910ff904403a004d40 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/Makefile.inc')
| -rw-r--r-- | gnu/usr.bin/cc/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc index d074f9af6886..d49180555426 100644 --- a/gnu/usr.bin/cc/Makefile.inc +++ b/gnu/usr.bin/cc/Makefile.inc @@ -6,14 +6,12 @@ .if !defined(GCCDIR) GCCDIR= ${.CURDIR}/../../../../contrib/gcc -TARGET_ARCH?= ${MACHINE_ARCH} +.include "Makefile.tgt" # Machine description. MD_FILE= ${GCCDIR}/config/${TARGET_ARCH}/${TARGET_ARCH}.md target= ${TARGET_ARCH}-unknown-freebsd -version!= sed -n /version_string/p ${GCCDIR}/version.c | sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' - CFLAGS+= -DIN_GCC -DHAVE_CONFIG_H CFLAGS+= -DPREFIX=\"${TOOLS_PREFIX}/usr\" CFLAGS+= -DWANT_COMPILER_INVARIANTS |
