[ros-diffs] [cfinck] 41683: Use target "mingw32" and omit the -march flag, so that the default CPU settings suitable for all i386+ machines are used again. Fixes our Pentium I incompatibilities for real. Will be changed again, when the host/target issues are eventually solved. See issue #4635 for more details.
cfinck at svn.reactos.org
cfinck at svn.reactos.org
Mon Jun 29 15:06:37 CEST 2009
Author: cfinck
Date: Mon Jun 29 17:06:36 2009
New Revision: 41683
URL: http://svn.reactos.org/svn/reactos?rev=41683&view=rev
Log:
Use target "mingw32" and omit the -march flag, so that the default CPU settings suitable for all i386+ machines are used again.
Fixes our Pentium I incompatibilities for real. Will be changed again, when the host/target issues are eventually solved.
See issue #4635 for more details.
Modified:
trunk/tools/RosBE/RosBE-Windows/buildtoolchain.sh
Modified: trunk/tools/RosBE/RosBE-Windows/buildtoolchain.sh
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/buildtoolchain.sh?rev=41683&r1=41682&r2=41683&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/buildtoolchain.sh [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/buildtoolchain.sh [iso-8859-1] Mon Jun 29 17:06:36 2009
@@ -17,13 +17,13 @@
#
# Constants
#
-CFLAGS="-march=pentium3 -O2"
+CFLAGS="-O2"
CXXFLAGS="$CFLAGS"
INSTALLDIR="/c/buildtoolchain/mingw"
LDFLAGS="-s"
MINGWDIR="/mingw"
NEEDED_TOOLS="bison flex gcc g++ grep make makeinfo"
-TARGET="i586-pc-mingw32"
+TARGET="mingw32"
TEMPDIR="/c/buildtoolchain"
WIN32_INSTALLDIR="c:/buildtoolchain/mingw"
More information about the Ros-diffs
mailing list