diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-11 18:40:37 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-11 18:40:37 +0000 |
| commit | 8089148b52d601503ec6ceaba0d2145e6713c756 (patch) | |
| tree | f1e23bfe61189014f34f6c9c7768de07d25d0f1d /gnu | |
| parent | ab9ab5702e6b7842fccf97dc38efee0984be5ba7 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/collect2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/collect2/Makefile b/gnu/usr.bin/cc/collect2/Makefile index 8fc706644b9f..9eba1c08da25 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} |
