summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-11 18:40:37 +0000
committerobrien <obrien@FreeBSD.org>2002-04-11 18:40:37 +0000
commit42e587fcbd2784ec24e8835b7fc5026f4a1f92cb (patch)
treef1e23bfe61189014f34f6c9c7768de07d25d0f1d /gnu
parent200626256b45f3fb5251114b88da8b3c164adc53 (diff)
downloadFreeBSD-src-42e587fcbd2784ec24e8835b7fc5026f4a1f92cb.zip
FreeBSD-src-42e587fcbd2784ec24e8835b7fc5026f4a1f92cb.tar.gz
In the cross case we need to provide TARGET_MACHINE.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/collect2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/collect2/Makefile b/gnu/usr.bin/cc/collect2/Makefile
index 8fc7066..9eba1c0 100644
--- a/gnu/usr.bin/cc/collect2/Makefile
+++ b/gnu/usr.bin/cc/collect2/Makefile
@@ -10,7 +10,7 @@ BINDIR= /usr/libexec
NOMAN=
NOSHARED=yes
-CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
+CFLAGS+= -DTARGET_MACHINE=\"$(target)\"
DPADD+= ${LIBCC_INT}
LDADD+= ${LIBCC_INT}
OpenPOWER on IntegriCloud