- Finally get rid of the LIBRARY_PATH, HOST_CFLAGS, HOST_CPPFLAGS, TARGET_CFLAGS, TARGET_CPPFLAGS hacks in "rosbe-gcc-env.cmd"

- Update Changelog and Readme
  The Mingw32 Runtime DLL isn't needed by any of our tools, so it has been removed. This also means, we're again consistent with RosBE-Unix on the Runtime version number (3.13).

svn path=/trunk/tools/RosBE/; revision=975
This commit is contained in:
Colin Finck 2009-05-08 22:48:20 +00:00
parent 0e2248908a
commit 235dd278a9
3 changed files with 3 additions and 10 deletions

View File

@ -5,7 +5,8 @@
Required for kjk's rbuild work. (Colin Finck)
- Fixes for the Uninstall Routine to keep most settings, if wished, on a update. (Daniel Reimer)
- Remove some stupid setlocals. (Daniel Reimer)
- New Built GCC which supports the recent variable changes (Colin Finck)
- New binutils and GCC builds optimized for i686 and with proper relative include directories (Colin Finck)
- Remove unneeded components such as the MingW32 Runtime DLL (Colin Finck)
- Make it possible to set different settings for any arch in RosBE. (Daniel Reimer, Timo Kreuzer)

Binary file not shown.

View File

@ -111,12 +111,4 @@ if "%_ROSBE_HOST_GCCVERSION%" == "3.4.5" (
set ROSBE_HOST_CXXFLAGS=
set ROSBE_TARGET_CFLAGS=
set ROSBE_TARGET_CXXFLAGS=
)
set LIBRARY_PATH=%_ROSBE_HOST_MINGWPATH%\lib;%_ROSBE_HOST_MINGWPATH%\lib\gcc\mingw32\%_ROSBE_GCCVERSION%
:: HAX !!!!
set HOST_CFLAGS=%ROSBE_HOST_CFLAGS%
set HOST_CPPFLAGS=%ROSBE_HOST_CXXFLAGS%
set TARGET_CFLAGS=%ROSBE_TARGET_CFLAGS%
set TARGET_CPPFLAGS=%ROSBE_TARGET_CXXFLAGS%
)