projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc68133
)
yep, mac needed the start-group stuff turned off.
author
Fred T. Hamster
<fred@gruntose.com>
Thu, 31 May 2012 01:23:24 +0000
(21:23 -0400)
committer
Fred T. Hamster
<fred@gruntose.com>
Thu, 31 May 2012 01:23:24 +0000
(21:23 -0400)
scripts/clam/cpp/rules.def
patch
|
blob
|
history
diff --git
a/scripts/clam/cpp/rules.def
b/scripts/clam/cpp/rules.def
index 7876b49f111201fe0122b0aa77f48354ab87b119..4bef18a37ed963c7c7a5bfb6ace3e2d448629600 100644
(file)
--- 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)%)