summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cpp/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-04 05:34:54 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-04 05:34:54 +0000
commit9a86dd8ae7c437c24ae6c5d77e4157a932c49993 (patch)
treed9f074ee26b99f880870ad3c4c1f3bcbaca267ba /gnu/usr.bin/cc/cpp/Makefile
parentb534d38ce22cfcba065a86d16491d4b19ab9bea8 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cpp/Makefile')
-rw-r--r--gnu/usr.bin/cc/cpp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile
index b5661d3658a7..3ba15347903b 100644
--- a/gnu/usr.bin/cc/cpp/Makefile
+++ b/gnu/usr.bin/cc/cpp/Makefile
@@ -8,6 +8,9 @@ PROG= cpp
SRCS= gcc.c cppspec.c
NOMAN= 1
+CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
+CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"
+
DPADD+= ${LIBCC_INT} ${LIBCC_FBSD}
LDADD+= ${LIBCC_INT} ${LIBCC_FBSD}