From b5ff847ce5d157a28ae14fcc5175661cefc4d55f Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 12 Jul 2014 13:31:56 +0200 Subject: Toolchain: gcc: fix typo Signed-off-by: Abdoulaye Walsimou Gaye --- core/toolchain/gcc/gcc.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/toolchain') diff --git a/core/toolchain/gcc/gcc.mk b/core/toolchain/gcc/gcc.mk index 6d09b66..77d68bb 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_makeinstall_hostpkg,gcc1,autootooled) + $(call embtk_makeinstall_hostpkg,gcc1,autotooled) endef define embtk_install_gcc2 - $(call embtk_makeinstall_hostpkg,gcc2,autootooled) + $(call embtk_makeinstall_hostpkg,gcc2,autotooled) endef define embtk_install_gcc3 - $(call embtk_makeinstall_hostpkg,gcc3,autootooled) + $(call embtk_makeinstall_hostpkg,gcc3,autotooled) endef define __embtk_postinstall_libgcc -- cgit v1.2.3