Browse Source

Merge pull request #1604 from bk138/gcc-musl-fix

gcc: fix build with musl.
lilik-openwrt-22.03
Steven Barth 9 years ago
parent
commit
d82c9b33cf
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      devel/gcc/Makefile

+ 4
- 0
devel/gcc/Makefile View File

@ -54,6 +54,10 @@ define Build/Prepare
# we have to download additional stuff before patching
(cd $(PKG_BUILD_DIR) && ./contrib/download_prerequisites)
$(Build/Patch)
# poor man's fix for `none-openwrt-linux' not recognized when building with musl
cp $(PKG_BUILD_DIR)/config.sub $(PKG_BUILD_DIR)/mpfr/
cp $(PKG_BUILD_DIR)/config.sub $(PKG_BUILD_DIR)/gmp/
cp $(PKG_BUILD_DIR)/config.sub $(PKG_BUILD_DIR)/mpc/
endef


Loading…
Cancel
Save