projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
base-files: do not use the relinked libgcc, fixes c++ exception handling issues ...
[openwrt.git]
/
package
/
base-files
/
Makefile
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
This page took
0.02449 seconds
and
4
git commands to generate.