mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 11:29:44 +00:00
0e2248908a
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 |
||
---|---|---|
.. | ||
Documentation | ||
Icons | ||
Powershell | ||
Root | ||
Tools | ||
buildtoolchain.sh | ||
Compiling a working GNU toolchain under Windows.odt | ||
plans.txt | ||
RosBE64.nsi | ||
RosBE.nsi | ||
RosSourceDir.ini | ||
RosSourceDir.nsh |