gcc-core: run legacy 'autoconf-2.64' before configure

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-06-27 00:31:04 +02:00
parent 8521715dc9
commit 262931745a

View File

@ -12,11 +12,17 @@ $SCRIPTS/build cloog-ppl
$SCRIPTS/build libelf
$SCRIPTS/unpack gcc
$SCRIPTS/build autoconf-2.64
setup_toolchain host
cd $BUILD/gcc*
autoconf-2.64
mkdir -p objdir-$1
cd objdir-$1
LDFLAGS="-Wl,-rpath,$ROOT/$TOOLCHAIN/lib" \
../configure --host=$HOST_NAME \
--build=$HOST_NAME \