summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-26 18:05:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-26 18:05:17 +0000
commita696c7ae9ee108cb05e27a0276fd642ab8f8baa2 (patch)
treed5f58c28f91019d2f2a2a986974b520db920864c /scripts/gcc3newlib
parent2003-02-20 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-a696c7ae9ee108cb05e27a0276fd642ab8f8baa2.tar.bz2
2003-02-26 RTEMS
* setup.def: Updated gdb revision to -2 so arm will build and to fix psim build problem on NetBSD. * gcc3newlib/gccnewlib.add: Ignore dependency on GNAT RPM since RedHat 7.3 doesn't have it available. Maybe later. * gdb/Makefile.am: Cleanup way the RPM_SPECS_DATA variable is built.
Diffstat (limited to 'scripts/gcc3newlib')
-rw-r--r--scripts/gcc3newlib/gccnewlib.add3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/gcc3newlib/gccnewlib.add b/scripts/gcc3newlib/gccnewlib.add
index f5f145c318..f52c59286d 100644
--- a/scripts/gcc3newlib/gccnewlib.add
+++ b/scripts/gcc3newlib/gccnewlib.add
@@ -108,7 +108,8 @@ BuildPreReq: zlib-devel
%if %build_gnat
# Building gnat requires gnat
%if "%_vendor" == "redhat"
-BuildPreReq: gcc-gnat
+# This really isn't available until RedHat 8.0. How to conditionalize this?
+# BuildPreReq: gcc-gnat
%endif
%endif