From 1c283dc6f3b073f5ea7bdd612eee6875482b7cb4 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Tue, 5 Jan 2010 23:21:33 +0100 Subject: Toolchain: gcc: put embtoolkit version on all gcc build stage Signed-off-by: Abdoulaye Walsimou Gaye --- mk/gcc.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mk/gcc.mk b/mk/gcc.mk index 72d998b..cda29f0 100644 --- a/mk/gcc.mk +++ b/mk/gcc.mk @@ -101,7 +101,8 @@ $(GCC1_BUILD_DIR)/.configured: --disable-libssp --disable-libgomp --disable-libmudflap --disable-nls \ --enable-languages=c --enable-target-optspace \ --with-gmp=$(GMP_HOST_DIR) --with-mpfr=$(MPFR_HOST_DIR) \ - --with-mpc=$(MPC_HOST_DIR) + --with-mpc=$(MPC_HOST_DIR) \ + --with-pkgversion=embtoolkit-$(EMBTK_VERSION) @touch $@ #GCC second stage @@ -122,7 +123,8 @@ $(GCC2_BUILD_DIR)/.configured: --disable-libssp --disable-libgomp --disable-libmudflap --disable-nls \ --enable-languages=c --enable-target-optspace \ --with-gmp=$(GMP_HOST_DIR) --with-mpfr=$(MPFR_HOST_DIR) \ - --with-mpc=$(MPC_HOST_DIR) + --with-mpc=$(MPC_HOST_DIR) \ + --with-pkgversion=embtoolkit-$(EMBTK_VERSION) @touch $@ #GCC last stage -- cgit v1.2.3