bootstrap
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Thu Jul 12 22:38:10 2012 +0200 (2012-07-12)
changeset 3016 f9cb73351e01
permissions -rwxr-xr-x
cc/gcc: update Linaro GCC revisions to 2012.07

Update Linaro GCC with the latest available revisions.

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