From 8089148b52d601503ec6ceaba0d2145e6713c756 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 11 Apr 2002 18:40:37 +0000 Subject: [PATCH] In the cross case we need to provide TARGET_MACHINE. --- gnu/usr.bin/cc/collect2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/cc/collect2/Makefile b/gnu/usr.bin/cc/collect2/Makefile index 8fc706644b9..9eba1c08da2 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}