mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-29 23:54:26 +00:00
toolchain: install libgcc for minimal gcc, needed by newer eglibc versions
SVN-Revision: 32100
This commit is contained in:
parent
1760bf569a
commit
176c236922
@ -30,11 +30,11 @@ define Host/Prepare
|
||||
endef
|
||||
|
||||
define Host/Compile
|
||||
$(GCC_MAKE) -C $(GCC_BUILD_DIR) all-gcc
|
||||
$(GCC_MAKE) -C $(GCC_BUILD_DIR) all-gcc all-target-libgcc
|
||||
endef
|
||||
|
||||
define Host/Install
|
||||
$(GCC_MAKE) -C $(GCC_BUILD_DIR) install-gcc
|
||||
$(GCC_MAKE) -C $(GCC_BUILD_DIR) install-gcc install-target-libgcc
|
||||
endef
|
||||
|
||||
define Host/Clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user