Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160194338
D57501.id179379.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
857 B
Referenced Files
None
Subscribers
None
D57501.id179379.diff
View Options
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -64,11 +64,6 @@
LDFLAGS+= -nodefaultlibs
LIBADD+= compiler_rt
LIBADD+= sys
-.if defined(COMPAT_libcompat)
-# XXX: work around gcc -m32 + bfd ld path issue for DT_NEEDED symbols.
-# https://sourceware.org/bugzilla/show_bug.cgi?id=31395
-LDFLAGS+= -Wl,--rpath=/usr/lib${COMPAT_libcompat}
-.endif
LDFLAGS+=-Wl,--auxiliary,libsys.so.7
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile
--- a/lib/libthr/Makefile
+++ b/lib/libthr/Makefile
@@ -2,11 +2,6 @@
SHLIBDIR?= /lib
LIBADD= c sys
-.if defined(COMPAT_libcompat)
-# XXX: work around gcc -m32 + bfd ld path issue for DT_NEEDED symbols.
-# https://sourceware.org/bugzilla/show_bug.cgi?id=31395
-LDFLAGS+= -Wl,--rpath=/usr/lib${COMPAT_libcompat}
-.endif
.include <src.opts.mk>
MK_SSP= no
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 23, 1:51 AM (9 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34163367
Default Alt Text
D57501.id179379.diff (857 B)
Attached To
Mode
D57501: Revert "lib{c,thr}: add DT_RUNPATH for gcc -m32"
Attached
Detach File
Event Timeline
Log In to Comment