Fix even more

svn path=/trunk/tools/RosBE/; revision=1052
This commit is contained in:
Daniel Reimer 2009-06-25 11:53:57 +00:00
parent 9c51f47efd
commit 30751806be

View File

@ -28,8 +28,8 @@ TEMPDIR="/c/buildtoolchain"
WIN32_INSTALLDIR="c:/buildtoolchain/mingw"
# Make sure we build an entirely native compiler, since MSYS might report subtle differences (i.e. "i686-pc-mingw32" instead of "mingw32")
BUILD="mingw32"
HOST="mingw32"
BUILD="$TARGET"
HOST="$TARGET"
# The following variables need to be accessed by Make and its subprocesses.
export CFLAGS