mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 19:37:43 +02:00
toolchain: install libgcc for minimal gcc, needed by newer eglibc versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32100 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ded44978b7
commit
e687ad62c7
@ -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…
Reference in New Issue
Block a user