Bugfix (compiler options).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user