From: Fred T. Hamster Date: Thu, 31 May 2012 01:23:24 +0000 (-0400) Subject: yep, mac needed the start-group stuff turned off. X-Git-Tag: 2.140.90~1329 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=1bb1470383b7145b654a28f8cfac18c968f7e205 yep, mac needed the start-group stuff turned off. --- diff --git a/scripts/clam/cpp/rules.def b/scripts/clam/cpp/rules.def index 7876b49f..4bef18a3 100644 --- a/scripts/clam/cpp/rules.def +++ b/scripts/clam/cpp/rules.def @@ -284,10 +284,10 @@ COMPILER_FLAGS += $(HEADER_SEARCH_PATH:%=-I%) $(DEFINITIONS:%=-D%) $(UNDEFINITIO # to search and by adding all of the code libraries that are used. LOAD_FLAG_PREFIX += $(LIBRARY_SEARCH_PATH:%=$(LIBRARY_PATH_FLAG)%) ifeq "$(OP_SYSTEM)" "UNIX" -# ifneq "$(COMPILER)" "GNU_DARWIN" + ifneq "$(COMPILER)" "GNU_DARWIN" LOAD_FLAG_PREFIX += -Xlinker --start-group LOAD_FLAG_SUFFIX += -Xlinker --end-group -# endif + endif endif # had to switch from prefix to suffix recently. oddity. #LOAD_FLAG_PREFIX += $(LIBS_USED:%=$(LIBRARY_NAME_FLAG)%)