summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-08-23 03:45:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-08-23 03:45:43 +0000
commit7989747744279018fc5aaab8d03eb0cc25239818 (patch)
tree68dc87adf98f38a96904f7184f6dfbf4c4930d21
parent2006-08-22 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7989747744279018fc5aaab8d03eb0cc25239818.tar.bz2
2006-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* gcc/build.add: Revert --disable-libssp etc. hacks.
-rw-r--r--contrib/crossrpms/ChangeLog5
-rw-r--r--contrib/crossrpms/gcc/build.add6
2 files changed, 5 insertions, 6 deletions
diff --git a/contrib/crossrpms/ChangeLog b/contrib/crossrpms/ChangeLog
index f92f5b7f42..e0393c7a14 100644
--- a/contrib/crossrpms/ChangeLog
+++ b/contrib/crossrpms/ChangeLog
@@ -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.
diff --git a/contrib/crossrpms/gcc/build.add b/contrib/crossrpms/gcc/build.add
index 6693c5ba66..80e65bd547 100644
--- a/contrib/crossrpms/gcc/build.add
+++ b/contrib/crossrpms/gcc/build.add
@@ -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