mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
2004-05-23 Joel Sherrill <joel@OARcorp.com>
* gcc3newlib/gccnewlib.add: gcc 3.4.0 is broken for embedded SPARC and Ada. Until we can fix it, it is disabled.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-05-23 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* gcc3newlib/gccnewlib.add: gcc 3.4.0 is broken for embedded SPARC and
|
||||
Ada. Until we can fix it, it is disabled.
|
||||
|
||||
2004-05-23 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* gcc3newlib/target-gnat.add: Fix path to gnat1.
|
||||
|
||||
@@ -106,8 +106,13 @@ NoSource: 1
|
||||
%define build_gcj %_gcj
|
||||
%endif
|
||||
|
||||
# gcc 3.4.0 is broken for embedded sparc and gnat trips it.
|
||||
%if "%{gcc_target}" == "sparc-rtems@osversion@"
|
||||
%if "%{gcc_version}" >= "3.4"
|
||||
%define build_gnat 0
|
||||
%else
|
||||
%define build_gnat %_gnat
|
||||
%endif
|
||||
%define build_gcj %_gcj
|
||||
%endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user