Changeset 7f1a915 in rtems


Ignore:
Timestamp:
01/17/05 08:59:41 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5a513d4
Parents:
a6d749b
Message:

2005-01-17 Ralf Corsepius <ralf.corsepius@…>

  • gcc3newlib/gccnewlib.add: Disable Ada (Stil broken with GCC-4.0.0).
Location:
scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scripts/ChangeLog

    ra6d749b r7f1a915  
     12005-01-17      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * gcc3newlib/gccnewlib.add: Disable Ada (Stil broken with GCC-4.0.0).
     4
    152005-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
    26
  • scripts/gcc3newlib/gccnewlib.add

    ra6d749b r7f1a915  
    4848# those targets wanting to support ada.
    4949
    50 %if "%{gcc_version}" > "3.4.0"
    51 # default to building gnat
    52 %define _gnat   %{?gnat:%gnat}%{!?gnat:1}
    53 %else
    5450# default to not building gnat
    5551# gcc-3.3: Doesn't support cross-building gnatlib
    5652# gcc-3.4.0: Doesn't support cross-build gnattools
     53# gcc-4.0.0: Doesn't support newlib
    5754%define _gnat   %{?gnat:%gnat}%{!?gnat:0}
    58 %endif
    5955
    6056# Use rpm -ba --define 'gcj [0|1]' xxx.spec to override building gcj for
Note: See TracChangeset for help on using the changeset viewer.