summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/Makefile.inc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-03-13 09:12:36 +0000
committerobrien <obrien@FreeBSD.org>2000-03-13 09:12:36 +0000
commite0445c96966bfa55a06ae5ded3df75bbe7403cb2 (patch)
tree3f681872a84e43a54dda69a486b7e59f17eeba3e /gnu/usr.bin/cc/Makefile.inc
parent7f6dd9f5edb930d5cca8f95c746e712931181d7d (diff)
downloadFreeBSD-src-e0445c96966bfa55a06ae5ded3df75bbe7403cb2.zip
FreeBSD-src-e0445c96966bfa55a06ae5ded3df75bbe7403cb2.tar.gz
Move some cflag contents down to where they are acutally used.
Diffstat (limited to 'gnu/usr.bin/cc/Makefile.inc')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index fce4421..87627b4 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -28,8 +28,6 @@ USE_EGCS_HAIFA= 1
version!= sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ${GCCDIR}/version.c
CFLAGS+= -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H
-CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
-CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"
CFLAGS+= -DPREFIX=\"${TOOLS_PREFIX}/usr\"
.if defined(LONG_TYPE_SIZE)
CFLAGS+= -DLONG_TYPE_SIZE=${LONG_TYPE_SIZE}
OpenPOWER on IntegriCloud