bootstrap
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Thu Apr 11 15:12:10 2013 +0200 (2013-04-11)
changeset 3201 e11e90536005
permissions -rwxr-xr-x
cc/gcc: update Linaro GCC revisions to 2013.04

Update Linaro GCC with the latest available revisions.

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