From 496c66bd0b4a73db913b2b04da6dea28927ea57f Mon Sep 17 00:00:00 2001 From: theraven Date: Mon, 4 Apr 2011 10:32:00 +0000 Subject: [PATCH] Fix linker errors. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 514ac8c..cb9828f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -43,7 +43,7 @@ libobjc_C_FILES = \ ifneq ($(objective-cxx), no) libobjc_CC_FILES = objcxx_eh.cc -#libobjc_LDFLAGS = -lc++sup +libobjc_LDFLAGS = -lstdc++ else libobjc_CFLAGS += -DNO_OBJCXX endif