projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bff761
)
base-files: do not use the relinked libgcc, fixes c++ exception handling issues ...
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 2 Jul 2011 06:50:15 +0000
(06:50 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 2 Jul 2011 06:50:15 +0000
(06:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27347
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index
ca4a689
..
958f8ec
100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-489,7
+489,7
@@
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
define Package/libgcc/install
$(INSTALL_DIR) $(1)/lib
- $(CP) $(
PKG_BUILD_DIR)
/libgcc_s.so.* $(1)/lib/
+ $(CP) $(
TOOLCHAIN_DIR)/lib
/libgcc_s.so.* $(1)/lib/
endef
define Package/libgfortran/install