From 0843e3b4183094a5ac0d797602369fb72da6f8b6 Mon Sep 17 00:00:00 2001 From: gallatin Date: Wed, 23 Oct 2002 21:28:52 +0000 Subject: [PATCH] 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 --- gnu/usr.bin/groff/src/roff/groff/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gnu/usr.bin/groff/src/roff/groff/Makefile b/gnu/usr.bin/groff/src/roff/groff/Makefile index 9a895d112656..d057d50382be 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