base-files: do not use the relinked libgcc, fixes c++ exception handling issues (#9185)
SVN-Revision: 27347
This commit is contained in:
parent
fc0863785a
commit
0a7a73261a
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
||||||
|
|
||||||
define Package/libgcc/install
|
define Package/libgcc/install
|
||||||
$(INSTALL_DIR) $(1)/lib
|
$(INSTALL_DIR) $(1)/lib
|
||||||
$(CP) $(PKG_BUILD_DIR)/libgcc_s.so.* $(1)/lib/
|
$(CP) $(TOOLCHAIN_DIR)/lib/libgcc_s.so.* $(1)/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libgfortran/install
|
define Package/libgfortran/install
|
||||||
|
|
Loading…
Reference in a new issue