diff options
author | obrien <obrien@FreeBSD.org> | 2004-06-17 16:08:20 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-06-17 16:08:20 +0000 |
commit | 536504fc3c2194a2919c312e7dfd471b52766141 (patch) | |
tree | 6aa2c18731d89af985caf4d03d3dedb65ca6a1c3 /libexec | |
parent | 58f0a68784c0ef250e24e97a19bb51e5d0c0e820 (diff) | |
download | FreeBSD-src-536504fc3c2194a2919c312e7dfd471b52766141.zip FreeBSD-src-536504fc3c2194a2919c312e7dfd471b52766141.tar.gz |
Commit a crude hack so we get sparc64 snapshots working again with a
stable ld.so. We need to revisit the rtld-elf/sparc64/rtld_start.S
rev. 1.5 and rtld-elf/sparc64/rtld_machdep.h rev. 1.5, which was
suppose to allow stock Binutils 2.13 (and later) to be used.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 33ff579..be2b9be 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -43,9 +43,6 @@ _named-xfer= named-xfer _ftp-proxy= ftp-proxy .endif -.if ${MACHINE_ARCH} == "sparc64" -NOPIC=yes -.endif .if !defined(NOPIC) _rtld-elf= rtld-elf .endif |