2006-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>

* gcc/build.add: Revert --disable-libssp etc. hacks.
This commit is contained in:
Ralf Corsepius
2006-08-23 03:45:43 +00:00
parent 25c5370021
commit 7989747744
2 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +1,9 @@
2006-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* gcc/build.add: Revert --disable-libssp etc. hacks.
2006-08-22 Chris Johns <chrisj@rtems.org>
* rtems4.7/avr/gcc-sources.add: Add the 4.0.3 patch.
* patches/gcc-core-4.0.3-rtems-20060822.diff:
The .exe for the versioned execuable for MinGW.

View File

@@ -25,12 +25,6 @@
%if %build_libgcj
optargs="--enable-libgcj"
%endif
%if %disable_libssp
optargs="$optargs --disable-libssp"
%endif
%if %disable_libstcxx_pch
optargs="$optargs --disable-libstdcxx-pch"
%endif
%if "%{_prefix}" != "/usr"
export PATH="%{_bindir}:${PATH}"
%endif