From 2765a9fa5a8458df8898f10bccccb89400409cb4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 2 Mar 2011 12:03:41 +0000 Subject: [PATCH] ustl: fix libgcc linking SVN-Revision: 25823 --- libs/ustl/files/Common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ustl/files/Common.mk b/libs/ustl/files/Common.mk index 88e62329d..56f049dd1 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 -- 2.30.2