|
@@ -850,18 +850,13 @@ ifneq ($(CROSSGCC),)
|
|
|
GCCLIBDIR:=$(shell dirname `$(CROSSGCC) -print-libgcc-file-name`)
|
|
|
endif
|
|
|
endif
|
|
|
-
|
|
|
-# Other libraries from ld.so.conf
|
|
|
-ifndef OTHERLIBDIR
|
|
|
-OTHERLIBDIR:=$(shell grep -v "^\#" /etc/ld.so.conf | awk '{ ORS=" "; print $1 }')
|
|
|
-endif
|
|
|
endif
|
|
|
|
|
|
ifdef inUnix
|
|
|
ifeq ($(OS_SOURCE),netbsd)
|
|
|
-OTHERLIBDIR+=/usr/pkg/lib
|
|
|
+OTHERLIBDIR:=/usr/pkg/lib
|
|
|
endif
|
|
|
-export GCCLIBDIR OTHERLIB
|
|
|
+export GCCLIBDIR OTHERLIBDIR
|
|
|
endif
|
|
|
|
|
|
|