diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-10 02:20:48 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-10 02:20:48 +0000 |
| commit | cb2a59bc57e0a295080ad8ef033bbf512ff40df4 (patch) | |
| tree | 9ac18564dc8f897e62565c262cb0b689ee734b80 /gnu | |
| parent | bce9779110e6660d49f5fe8a95418a3f5a11c1ab (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/collect2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/collect2/Makefile b/gnu/usr.bin/cc/collect2/Makefile index c7283d6f63d2..8fc706644b9f 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 |
