2003-04-18 Joel Sherrill <joel@OARcorp.com>

* ChangeLog, gcc3newlib/gccnewlib.add, gdb/Makefile.am: Merged from
	head.
This commit is contained in:
Joel Sherrill
2003-04-18 12:58:24 +00:00
parent 522652e46b
commit 217019f3b6
3 changed files with 44 additions and 21 deletions

View File

@@ -13,8 +13,8 @@ Packager: corsepiu@faw.uni-ulm.de and joel@OARcorp.com
Version: gcc%{gcc_version}newlib%{newlib_version}
# gcc 3.x and gcc 2.9
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}.tar.gz
# Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}.tar.bz2
# Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-@gcc_version@.tar.gz
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-@gcc_version@.tar.bz2
# gcc 2.95.x
# Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}.tar.bz2
Source1: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
@@ -112,7 +112,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