Skip to content
Snippets Groups Projects
Commit 176c2369 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

toolchain: install libgcc for minimal gcc, needed by newer eglibc versions

SVN-Revision: 32100
parent 1760bf56
No related branches found
No related tags found
No related merge requests found
...@@ -30,11 +30,11 @@ define Host/Prepare ...@@ -30,11 +30,11 @@ define Host/Prepare
endef endef
define Host/Compile define Host/Compile
$(GCC_MAKE) -C $(GCC_BUILD_DIR) all-gcc $(GCC_MAKE) -C $(GCC_BUILD_DIR) all-gcc all-target-libgcc
endef endef
define Host/Install define Host/Install
$(GCC_MAKE) -C $(GCC_BUILD_DIR) install-gcc $(GCC_MAKE) -C $(GCC_BUILD_DIR) install-gcc install-target-libgcc
endef endef
define Host/Clean define Host/Clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment