Typo fix (CLFAGS)

This commit is contained in:
Hector Martin 2008-03-05 15:02:29 +00:00
parent 44c2b0dfc2
commit b71c02aa57

View File

@ -38,7 +38,7 @@ GDB_URL="http://ftp.gnu.org/gnu/gdb/$GDB"
# Sane defaults for building toolchain
#---------------------------------------------------------------------------------
export CFLAGS="-O2 -pipe"
export CXXFLAGS="$CLFAGS"
export CXXFLAGS="$CFLAGS"
unset LDFLAGS
#---------------------------------------------------------------------------------