Changeset 7989747 in rtems


Ignore:
Timestamp:
08/23/06 03:45:43 (17 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
99e02e7
Parents:
25c53700
Message:

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

  • gcc/build.add: Revert --disable-libssp etc. hacks.
Location:
contrib/crossrpms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contrib/crossrpms/ChangeLog

    r25c53700 r7989747  
     12006-08-23      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * gcc/build.add: Revert --disable-libssp etc. hacks.
     4
    152006-08-22      Chris Johns <chrisj@rtems.org>
     6
    27        * rtems4.7/avr/gcc-sources.add: Add the 4.0.3 patch.
    38        * patches/gcc-core-4.0.3-rtems-20060822.diff:
  • contrib/crossrpms/gcc/build.add

    r25c53700 r7989747  
    2525%if %build_libgcj
    2626  optargs="--enable-libgcj"
    27 %endif
    28 %if %disable_libssp
    29   optargs="$optargs --disable-libssp"
    30 %endif
    31 %if %disable_libstcxx_pch
    32  optargs="$optargs --disable-libstdcxx-pch"
    3327%endif
    3428%if "%{_prefix}" != "/usr"
Note: See TracChangeset for help on using the changeset viewer.