From: Felix Fietkau Date: Wed, 2 Mar 2011 12:03:41 +0000 (+0000) Subject: ustl: fix libgcc linking X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=82a52c9ef790cd934d4b71e41a34d8a9fde77716;p=openwrt%2Fsvn-archive%2Farchive.git ustl: fix libgcc linking SVN-Revision: 25823 --- diff --git a/libs/ustl/files/Common.mk b/libs/ustl/files/Common.mk index 88e62329d9..56f049dd13 100644 --- a/libs/ustl/files/Common.mk +++ b/libs/ustl/files/Common.mk @@ -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