bootstrap
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Thu Oct 11 15:55:15 2012 +0200 (2012-10-11)
changeset 3068 27db02096a6f
permissions -rwxr-xr-x
cc/gcc: update Linaro GCC revisions to 2012.10

cc/gcc: update Linaro GCC revisions to 2012.10

Update Linaro GCC with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <b482331ff863a5fc3507.1349963865@advdt005-ubuntu>
PatchWork-Id: 190914
yann@2834
     1
#!/bin/sh
yann@2834
     2
set -e
yann@2834
     3
yann@2834
     4
printf "Running autoconf...\n"
yann@2834
     5
autoconf -Wall --force
yann@2834
     6
yann@2834
     7
printf "Done. You may now run:\n    ./configure\n"