summaryrefslogtreecommitdiff
path: root/core/toolchain/gcc/gcc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/toolchain/gcc/gcc.mk')
-rw-r--r--core/toolchain/gcc/gcc.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/toolchain/gcc/gcc.mk b/core/toolchain/gcc/gcc.mk
index 6fb93ee..6d09b66 100644
--- a/core/toolchain/gcc/gcc.mk
+++ b/core/toolchain/gcc/gcc.mk
@@ -64,15 +64,15 @@ define embtk_beforeinstall_gcc1_notused
endef
define embtk_install_gcc1
- $(call __embtk_install_hostpkg,gcc1)
+ $(call embtk_makeinstall_hostpkg,gcc1,autootooled)
endef
define embtk_install_gcc2
- $(call __embtk_install_hostpkg,gcc2)
+ $(call embtk_makeinstall_hostpkg,gcc2,autootooled)
endef
define embtk_install_gcc3
- $(call __embtk_install_hostpkg,gcc3)
+ $(call embtk_makeinstall_hostpkg,gcc3,autootooled)
endef
define __embtk_postinstall_libgcc