projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72d4f95
)
[packages] binutils: fix linking to libiberty (#9048)
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 21 Mar 2011 06:42:07 +0000
(06:42 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 21 Mar 2011 06:42:07 +0000
(06:42 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26254
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
devel/binutils/Makefile
patch
|
blob
|
history
diff --git
a/devel/binutils/Makefile
b/devel/binutils/Makefile
index
b607e79
..
5925fdd
100644
(file)
--- a/
devel/binutils/Makefile
+++ b/
devel/binutils/Makefile
@@
-57,6
+57,7
@@
CONFIGURE_ARGS = \
$(call qstrip,$(CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS))
TARGET_CFLAGS += $(FPIC)
+TARGET_LDFLAGS := -L$(PKG_BUILD_DIR)/libiberty $(TARGET_LDFLAGS)
define Build/Configure
$(call Build/Configure/Default)