From 7989747744279018fc5aaab8d03eb0cc25239818 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 23 Aug 2006 03:45:43 +0000 Subject: [PATCH] =?UTF-8?q?2006-08-23=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gcc/build.add: Revert --disable-libssp etc. hacks. --- contrib/crossrpms/ChangeLog | 5 +++++ contrib/crossrpms/gcc/build.add | 6 ------ 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 + + * gcc/build.add: Revert --disable-libssp etc. hacks. + 2006-08-22 Chris Johns + * 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