Not only was this redundant, but it also overwrote some (potentially important) libraries assigned from other modules.
* base/unix-gcc.mak: Remove assignment to EXTRALIBS --- base/unix-gcc.mak | 9 --------- 1 file changed, 9 deletions(-) diff --git a/base/unix-gcc.mak b/base/unix-gcc.mak index dc1d4c8..355aed9 100644 --- a/base/unix-gcc.mak +++ b/base/unix-gcc.mak @@ -270,15 +270,6 @@ XLDFLAGS= LDFLAGS=$(XLDFLAGS) -# Define any extra libraries to link into the executable. -# ISC Unix 2.2 wants -linet. -# SCO Unix needs -lsocket if you aren't including the X11 driver. -# SVR4 may need -lnsl. -# Solaris may need -lnsl -lsocket -lposix4. -# (Libraries required by individual drivers are handled automatically.) - -EXTRALIBS=-rdynamic -ldl - # Define the standard libraries to search at the end of linking. # Most platforms require -lpthread for the POSIX threads library; # on FreeBSD, change -lpthread to -lc_r; BSDI and perhaps some others -- 1.7.10.4