mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #1604 from bk138/gcc-musl-fix
gcc: fix build with musl.
This commit is contained in:
@@ -54,6 +54,10 @@ define Build/Prepare
|
|||||||
# we have to download additional stuff before patching
|
# we have to download additional stuff before patching
|
||||||
(cd $(PKG_BUILD_DIR) && ./contrib/download_prerequisites)
|
(cd $(PKG_BUILD_DIR) && ./contrib/download_prerequisites)
|
||||||
$(Build/Patch)
|
$(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
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user