summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/collect2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/collect2/Makefile b/gnu/usr.bin/cc/collect2/Makefile
index c7283d6..8fc7066 100644
--- a/gnu/usr.bin/cc/collect2/Makefile
+++ b/gnu/usr.bin/cc/collect2/Makefile
@@ -10,6 +10,8 @@ BINDIR= /usr/libexec
NOMAN=
NOSHARED=yes
+CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
+
DPADD+= ${LIBCC_INT}
LDADD+= ${LIBCC_INT}
@@ -23,7 +25,8 @@ underscore.c: Makefile
else \
echo "int prepends_underscore = 0;" >>underscore.c; \
fi
- # wrong to do this here, but easiest way out to duplicate gcc.c.
+ @# wrong to do this here, but easiest way out to duplicate gcc.c.
+ echo "#include <stdio.h>" >>underscore.c
echo "char *xstrerror(int e) { return strerror(e); }" >>underscore.c
rm -f tmp-dum.c tmp-dum.s
OpenPOWER on IntegriCloud