summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/gcc
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 /contrib/crossrpms/gcc
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.
Diffstat (limited to 'contrib/crossrpms/gcc')
-rw-r--r--contrib/crossrpms/gcc/build.add6
1 files changed, 0 insertions, 6 deletions
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