summaryrefslogtreecommitdiff
path: root/core/toolchain
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-12 13:31:56 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-12 13:31:56 +0200
commitb5ff847ce5d157a28ae14fcc5175661cefc4d55f (patch)
tree85ddf2c38f4bb23a6a57bd30af6fbc1c6e9c99f1 /core/toolchain
parentf2dac09c2084727c184cf7535d441a6ff81c226e (diff)
downloadembtoolkit-b5ff847ce5d157a28ae14fcc5175661cefc4d55f.tar.gz
embtoolkit-b5ff847ce5d157a28ae14fcc5175661cefc4d55f.tar.bz2
embtoolkit-b5ff847ce5d157a28ae14fcc5175661cefc4d55f.tar.xz
Toolchain: gcc: fix typo
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/toolchain')
-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 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