summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2002-10-23 21:28:52 +0000
committergallatin <gallatin@FreeBSD.org>2002-10-23 21:28:52 +0000
commit0843e3b4183094a5ac0d797602369fb72da6f8b6 (patch)
tree2cbf9e6e665b8e6bb4b739d5ffae15c542983102 /gnu
parentf9fe53ba89c761935aaa47068f0dd6ba27d31555 (diff)
downloadFreeBSD-src-0843e3b4183094a5ac0d797602369fb72da6f8b6.zip
FreeBSD-src-0843e3b4183094a5ac0d797602369fb72da6f8b6.tar.gz
Remove the hack to build groff statically on alpha, now that the rtld
has been extended to grok binaries with only one PLT_LOAD segment An UPDATING entry about this is pending review.. Approved by: ru
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/src/roff/groff/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/usr.bin/groff/src/roff/groff/Makefile b/gnu/usr.bin/groff/src/roff/groff/Makefile
index 9a895d1..d057d50 100644
--- a/gnu/usr.bin/groff/src/roff/groff/Makefile
+++ b/gnu/usr.bin/groff/src/roff/groff/Makefile
@@ -6,10 +6,4 @@ DPADD= ${LIBGROFF} ${LIBM}
LDADD= ${LIBGROFF} -lm
CLEANFILES= ${MAN}
-.if ${MACHINE_ARCH} == "alpha"
-#XXXX ld produces only one PT_LOAD segment when this binary
-#XXXX is linked dynamically, which confuses the rtld
-NOSHARED?= yes
-.endif
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud