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.
This commit is contained in:
Joel Sherrill
2003-02-26 18:05:17 +00:00
parent cd228d76ad
commit a696c7ae9e
4 changed files with 44 additions and 23 deletions

View File

@@ -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