Changeset 7f1a915 in rtems
- Timestamp:
- 01/17/05 08:59:41 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5a513d4
- Parents:
- a6d749b
- Location:
- scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
ra6d749b r7f1a915 1 2005-01-17 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * gcc3newlib/gccnewlib.add: Disable Ada (Stil broken with GCC-4.0.0). 4 1 5 2005-01-12 Ralf Corsepius <ralf.corsepius@rtems.org> 2 6 -
scripts/gcc3newlib/gccnewlib.add
ra6d749b r7f1a915 48 48 # those targets wanting to support ada. 49 49 50 %if "%{gcc_version}" > "3.4.0"51 # default to building gnat52 %define _gnat %{?gnat:%gnat}%{!?gnat:1}53 %else54 50 # default to not building gnat 55 51 # gcc-3.3: Doesn't support cross-building gnatlib 56 52 # gcc-3.4.0: Doesn't support cross-build gnattools 53 # gcc-4.0.0: Doesn't support newlib 57 54 %define _gnat %{?gnat:%gnat}%{!?gnat:0} 58 %endif59 55 60 56 # Use rpm -ba --define 'gcj [0|1]' xxx.spec to override building gcj for
Note: See TracChangeset
for help on using the changeset viewer.