4.1.0-0.24

This commit is contained in:
Jakub Jelinek 2006-02-10 15:37:12 +00:00
parent a961ae091c
commit 37908abc37
4 changed files with 3 additions and 5 deletions

View File

@ -1 +1 @@
gcc-4.1.0-20060206.tar.bz2
gcc-4.1.0-20060210.tar.bz2

View File

@ -70,6 +70,6 @@ testsuite/
test -d $(ACATSDIR) || mkdir -p $(ACATSDIR)
testdir=`cd ${srcdir}/${ACATSDIR}; ${PWD_COMMAND}`; \
+ EXPECT=${EXPECT} ; export EXPECT ; \
export testdir; cd $(ACATSDIR); $${testdir}/run_acats $(CHAPTERS)
export testdir; cd $(ACATSDIR); $(SHELL) $${testdir}/run_acats $(CHAPTERS)
.PHONY: check-gnat

View File

@ -110,7 +110,6 @@ Patch15: gcc41-ldbl-mangle-as-g.patch
Patch16: gcc41-ldbl-default.patch
Patch17: gcc41-ldbl-default-libstdc++.patch
Patch18: gcc41-sparc64-g7.patch
Patch19: gcc41-java-rh179070.patch
Patch20: gcc41-fortran-where.patch
%define _gnu %{nil}
@ -406,7 +405,6 @@ which are required to run programs compiled with the GNAT.
%patch16 -p0 -b .ldbl-default~
%patch17 -p0 -b .ldbl-default-libstdc++~
%patch18 -p0 -b .sparc64-g7~
%patch19 -p0 -b .java-rh179070~
%patch20 -p0 -b .fortran-where~
sed -i -e 's/4\.1\.0/4.1.0/' gcc/BASE-VER gcc/version.c

View File

@ -1 +1 @@
2411c297b2de7b306228701906031c10 gcc-4.1.0-20060206.tar.bz2
36ce392e2b0466ebd1960456561bac5b gcc-4.1.0-20060210.tar.bz2