diff options
author | Steven Barth <steven@midlink.org> | 2008-08-29 19:01:05 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-29 19:01:05 +0000 |
commit | 53871726b550c2b193b22c200984876f61de8843 (patch) | |
tree | ff9976938c3931bcfa4f90fa2cc7ea9a7aae031f /build/gccconfig.mk | |
parent | 944f753ebac425a5e1a75dd992359b36967d64c3 (diff) |
Pass $LDFLAGS while linking
Diffstat (limited to 'build/gccconfig.mk')
-rw-r--r-- | build/gccconfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gccconfig.mk b/build/gccconfig.mk index 0e4de2795..bb308af8d 100644 --- 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) |