summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-05 23:21:33 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-05 23:21:33 +0100
commit1c283dc6f3b073f5ea7bdd612eee6875482b7cb4 (patch)
treec5ffb84cc18c15a6bae29a2eb3eea5d30e93cef9
parent230d0495a2598237224157a8df425452d7c962c8 (diff)
downloadembtoolkit-1c283dc6f3b073f5ea7bdd612eee6875482b7cb4.tar.gz
embtoolkit-1c283dc6f3b073f5ea7bdd612eee6875482b7cb4.tar.bz2
embtoolkit-1c283dc6f3b073f5ea7bdd612eee6875482b7cb4.tar.xz
Toolchain: gcc: put embtoolkit version on all gcc build stage
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--mk/gcc.mk6
1 files 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