From bd58519490f6a2ceb4e809354580960c60275ee0 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 27 Jun 2010 00:27:54 +0200 Subject: [PATCH] toolchain: switch to build the new 'autotools' package Signed-off-by: Stephan Raue --- packages/toolchain/build | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/packages/toolchain/build b/packages/toolchain/build index 5a2a694aab..41994f0c19 100755 --- a/packages/toolchain/build +++ b/packages/toolchain/build @@ -8,15 +8,11 @@ $SCRIPTS/install make $SCRIPTS/install sed $SCRIPTS/install pkg-config +$SCRIPTS/build autotools + $SCRIPTS/build intltool $SCRIPTS/build gcc-final $SCRIPTS/install ccache toolchain $SCRIPTS/build cmake $SCRIPTS/build yasm - -# Tools needed to complete the toolchain - -$SCRIPTS/build automake - -