projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
944f753
)
Pass $LDFLAGS while linking
author
Steven Barth
<steven@midlink.org>
Fri, 29 Aug 2008 19:01:05 +0000
(19:01 +0000)
committer
Steven Barth
<steven@midlink.org>
Fri, 29 Aug 2008 19:01:05 +0000
(19:01 +0000)
build/gccconfig.mk
patch
|
blob
|
history
diff --git
a/build/gccconfig.mk
b/build/gccconfig.mk
index 0e4de2795f6886769880d3c26f2b787e0b444ca6..bb308af8d12f023fb7dc9882ad009faca67efb44 100644
(file)
--- a/
build/gccconfig.mk
+++ b/
build/gccconfig.mk
@@
-18,5
+18,5
@@
ifeq ($(OS),Darwin)
else
SHLIB_FLAGS = -shared
endif
-LINK = $(CC)
+LINK = $(CC)
$(LDFLAGS)