RosBE/RosBE-Windows
Colin Finck 0e2248908a The ReactOS Makefile only detects GCCs built for "mingw32" while MSYS autodetects "i686-pc-mingw32".
I could fix that in the Makefile, but then compatibility with older revisions would still be broken. Also this little detection inside the Makefile could prevent some people from attempting to use their own, incompatible GCC versions.

Therefore I've added --build, --host and --target values to the toolchain's configure scripts and set them all to "mingw32" to make sure that they aren't doing any cross-compiling attempts.
i686 optimizations for the built compiler were manually applied with -march=i686 in CFLAGS and CXXFLAGS. (which *doesn't* mean ROS itself will need an i686 onwards CPU from now on)

svn path=/trunk/tools/RosBE/; revision=974
2009-05-08 22:06:49 +00:00
..
Documentation Update Documentation of RosBE. 2009-01-24 14:46:21 +00:00
Icons - Switch default install directory back to Program Files\RosBE. 2007-11-23 22:34:50 +00:00
Powershell Cosmetic fixes for MinGW Default Environment. 2009-05-07 22:10:52 +00:00
Root Cosmetic fixes for MinGW Default Environment. 2009-05-07 22:10:52 +00:00
Tools rename the app to options64 and add it to the nsi installer. 2009-04-30 07:32:09 +00:00
buildtoolchain.sh The ReactOS Makefile only detects GCCs built for "mingw32" while MSYS autodetects "i686-pc-mingw32". 2009-05-08 22:06:49 +00:00
Compiling a working GNU toolchain under Windows.odt The ReactOS Makefile only detects GCCs built for "mingw32" while MSYS autodetects "i686-pc-mingw32". 2009-05-08 22:06:49 +00:00
plans.txt Fix a problem with charch not detecting a wrong arch. 2009-01-30 07:11:43 +00:00
RosBE64.nsi Fixed some typos in cmd and PS1 Version. 2009-05-07 20:45:39 +00:00
RosBE.nsi Fixed some typos in cmd and PS1 Version. 2009-05-07 20:45:39 +00:00
RosSourceDir.ini Add additional Page in the Setup to set the Source Path for the 64 Bit Source. 2008-09-17 12:49:52 +00:00
RosSourceDir.nsh - Change the default ReactOS source directory from $APPDATA\RosBE\Source 2007-11-24 01:05:48 +00:00