bootstrap
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Thu Mar 15 13:20:34 2012 +0100 (2012-03-15)
changeset 2919 7282f4fce2d1
permissions -rwxr-xr-x
debug/gdb: update Linaro GDB revisions to 2012.02

Update Linaro GDB with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
     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"