projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8508d7d
)
[packages] valgrind: use LIBGCC_A
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 5 Sep 2011 19:32:39 +0000
(19:32 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 5 Sep 2011 19:32:39 +0000
(19:32 +0000)
SVN-Revision: 28177
utils/valgrind/Makefile
patch
|
blob
|
history
diff --git
a/utils/valgrind/Makefile
b/utils/valgrind/Makefile
index 695e93557db8a2136f3bd302e82ee8fb997deaf8..9fdcabaf45cbbb874cad7a9543aff5cc0efd5dd3 100644
(file)
--- a/
utils/valgrind/Makefile
+++ b/
utils/valgrind/Makefile
@@
-57,7
+57,7
@@
define Build/Compile
AM_CFLAGS_AMD64_LINUX="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/coregrind" \
AM_CFLAGS_PPC32_LINUX="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/coregrind" \
AM_CFLAGS_PPC64_LINUX="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/coregrind" \
- TOOL_LDADD_COMMON="$(LIBGCC_
S
) $(PKG_BUILD_DIR)/abort.a" \
+ TOOL_LDADD_COMMON="$(LIBGCC_
A
) $(PKG_BUILD_DIR)/abort.a" \
all install
endef