ustl: fix libgcc linking
authorFelix Fietkau <[email protected]>
Wed, 2 Mar 2011 12:03:41 +0000 (12:03 +0000)
committerFelix Fietkau <[email protected]>
Wed, 2 Mar 2011 12:03:41 +0000 (12:03 +0000)
SVN-Revision: 25823

libs/ustl/files/Common.mk

index 88e62329d9fbeb7a257bc04b895cb8ea866f2abc..56f049dd1326a740aba531a36ae2f89430a6a45a 100644 (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