From 0a26cc1c4ac42ed8075b5922a02fc79cb7defac7 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 6 Jun 2010 00:51:16 +0200 Subject: [PATCH] toolchain: - install our new autotools (automake) --- packages/toolchain/build | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/toolchain/build b/packages/toolchain/build index 65efa64730..3d48d305da 100755 --- a/packages/toolchain/build +++ b/packages/toolchain/build @@ -7,6 +7,7 @@ $SCRIPTS/build configtools toolchain $SCRIPTS/install make $SCRIPTS/install sed $SCRIPTS/install pkg-config + $SCRIPTS/build intltool $SCRIPTS/install binutils @@ -17,5 +18,10 @@ if [ "c" != "$TOOLCHAIN_LANGUAGES" ]; then $SCRIPTS/install gcc-final toolchain fi +# Tools needed to complete the toolchain + +$SCRIPTS/build automake + $SCRIPTS/install cmake $SCRIPTS/build yasm +