Update coreboot crossgcc toolchain, GCC 4.5.1, MPFR 3.0.0, GDB 7.2.
[coreboot.git] / payloads / libpayload / bin / lpgcc
index b77146fee3251c45c26cc21bf225245a6e1e4c76..826e4989419d4c5139cf8893d70d9a5c596779b1 100755 (executable)
@@ -30,6 +30,8 @@
 # let's not recurse.
 # This is a hack, I know, but it makes sure that really simple user errors
 # don't fork-bomb your machine.
+echo "CC = $CC"
+
 b=`basename $CC`
 if [ "$b" = "lpgcc" ]; then
 CC=""