Skip to content

Commit 67918b5

Browse files
committed
dj64: remove -Bsymbolic
With versioning and RTLD_DEEPBIND it should not be needed.
1 parent 2a62032 commit 67918b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libc/dj64/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ uplt.o: uplt.S plt_defs.inc
7272
ALL_OBJS = $(addprefix ../,$(file < $(TOP)/makefile.rf))
7373
$(LIB)/$(LIBN): $(TOP)/makefile.rf $(ALL_OBJS) \
7474
thunk_calls.h thunk_asms.h $(OBJECTS) libdj64.version
75-
$(XGCC) $(LDFLAGS) -shared -Wl,--version-script,libdj64.version -Wl,--no-undefined -Wl,--as-needed -Wl,-soname=$(LIBN) -Wl,-Bsymbolic -o $@ \
75+
$(XGCC) $(LDFLAGS) -shared -Wl,--version-script,libdj64.version -Wl,--no-undefined -Wl,--as-needed -Wl,-soname=$(LIBN) -o $@ \
7676
$(ALL_OBJS) $(OBJECTS)
7777
@echo "Have `nm -u $@ | grep "U " | wc -l` undefined symbols"
7878

0 commit comments

Comments
 (0)