ustl: fix libgcc linking

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25823 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-03-02 12:03:41 +00:00
parent 6c8eaae14f
commit 6581e0b456

View File

@ -56,7 +56,7 @@ ifdef PROFILE
OPTFLAGS += -pg
endif
ifdef STANDALONE
LIBS += -lsupc++ -lgcc_eh -lgcc -lc
LIBS += -lsupc++ -lgcc_s -lc
endif
ifdef BUILD_SHARED
CFLAGS += -fPIC