probably a breaking change to move up to new abstracted tunneling script.
[feisty_meow.git] / scripts / clam / cpp / rules.def
index ffb6660290229de22664f68d3d612b6b814ee92b..6e4338cb3ebd210c8f57571571f1ce72233c97c1 100644 (file)
@@ -21,7 +21,7 @@ ifneq "$(findstring test, $(TYPE))" ""
   # and run them again.
 #hmmm: this is a kludge to make sure we always run the tests.  there has got
 #      to be a better way.
-  LAST_TARGETS += clean
+#  LAST_TARGETS += clean
 endif
 
 # see if they have got the clean flag set.  if so, we will not build anything.
@@ -284,9 +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"
-#mac no like these flags?
-#  LOAD_FLAG_PREFIX += -Xlinker --start-group
-#  LOAD_FLAG_SUFFIX += -Xlinker --end-group
+  ifneq "$(COMPILER)" "GNU_DARWIN"
+    LOAD_FLAG_PREFIX += -Xlinker --start-group
+    LOAD_FLAG_SUFFIX += -Xlinker --end-group
+  endif
 endif
 # had to switch from prefix to suffix recently.  oddity.
 #LOAD_FLAG_PREFIX += $(LIBS_USED:%=$(LIBRARY_NAME_FLAG)%)