bootstrap
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Thu Mar 14 21:52:31 2013 +0100 (2013-03-14)
changeset 3196 1a7a04dc4eee
permissions -rwxr-xr-x
cc/gcc: update Linaro GCC revisions to 2013.03

Update Linaro GCC with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <702c72b9ddddd4ff1120.1363294492@advdt005-ubuntu>
Patchwork-Id: 227794
     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"