summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-10-06 19:21:18 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-10-06 19:21:18 +0200
commit9dedb3d0be81d8bd112c2e364b7a2f52a7e4e143 (patch)
tree7a6e6246390e93ffc9ea63cfd06fe875c72595eb /mk
parenta82460f03be841c19074d10a4bc0df9c8f2907b3 (diff)
downloadembtoolkit-9dedb3d0be81d8bd112c2e364b7a2f52a7e4e143.tar.gz
embtoolkit-9dedb3d0be81d8bd112c2e364b7a2f52a7e4e143.tar.bz2
embtoolkit-9dedb3d0be81d8bd112c2e364b7a2f52a7e4e143.tar.xz
Build system: use embtk_clib instead of __embtk_toolchain_clib
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk')
-rw-r--r--mk/buildsystem.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/buildsystem.mk b/mk/buildsystem.mk
index f816a68..791f9db 100644
--- a/mk/buildsystem.mk
+++ b/mk/buildsystem.mk
@@ -96,7 +96,7 @@ define __embtk_mk_startbuild
$(call embtk_echo_blue,"| Toolchain |")
$(call embtk_echo_blue," ~~~~~~~~~~~ ")
$(call embtk_echo_blue,"\tLinux kernel headers: linux-$(call __embtk_pkg_version,linux)")
- $(call embtk_echo_blue,"\tC library : $(call __embtk_pkg_name,$(__embtk_toolchain_clib))-$(call __embtk_pkg_version,$(__embtk_toolchain_clib))")
+ $(call embtk_echo_blue,"\tC library : $(call __embtk_pkg_name,$(embtk_clib))-$(call __embtk_pkg_version,$(embtk_clib))")
$(call embtk_echo_blue,"\tBinutils : binutils-$(call __embtk_pkg_version,binutils)")
$(call embtk_echo_blue,"\tGCC : gcc-$(call __embtk_pkg_version,gcc)")
$(if $(CONFIG_EMBTK_HAVE_GDB_SYSTEM),