Bugfix (compiler options).

This commit is contained in:
Ralph Lange
2002-11-07 17:58:59 +00:00
parent 9990225f23
commit 6ea50e50e6
+1 -3
View File
@@ -48,11 +48,9 @@ OPT_CXXFLAGS_NO = -g
STATIC_LDFLAGS_YES= -Wl,-a,archive -l:libc.sl +A
# shared libs will be found by searching environment variable SHLIB_PATH,
# then by searching the specified path (see below)
STATIC_LDFLAGS_YES+= -b
STATIC_LDFLAGS_NO = -Wl,+b$(DEFAULT_SHRLIB_SEARCH_PATH),+s
STATIC_LDLIBS_YES=
STATIC_LDLIBS_NO=
TARGET_LDFLAGS += -AA -mt
SHRLIB_LDFLAGS_YES = -G -h $@
SHRLIB_LDFLAGS_YES = -b