From f1f8450e7a9706d7841c185e6a9a0656f3582d00 Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Thu, 10 Oct 2002 04:41:00 +0000 Subject: [PATCH] Gcc 3.2.1-prerelease libf2c bits from the FSF anoncvs repo gcc-3_2-branch on October 9th 2002 20:15 EST. --- contrib/libf2c/ChangeLog | 4 ++++ contrib/libf2c/Makefile.in | 2 +- contrib/libf2c/libF77/Version.c | 2 +- contrib/libf2c/libI77/Version.c | 2 +- contrib/libf2c/libU77/Version.c | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/contrib/libf2c/ChangeLog b/contrib/libf2c/ChangeLog index 36048760c6b3..1119274a6b8e 100644 --- a/contrib/libf2c/ChangeLog +++ b/contrib/libf2c/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 7 00:32:38 2002 Kaveh R. Ghazi + + * Makefile.in (all): Fix multilib parallel build. + 2002-08-14 Release Manager * GCC 3.2 Released. diff --git a/contrib/libf2c/Makefile.in b/contrib/libf2c/Makefile.in index ef42e39d1a7f..8fb2fa76833b 100644 --- a/contrib/libf2c/Makefile.in +++ b/contrib/libf2c/Makefile.in @@ -121,7 +121,7 @@ F2CEXT = abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc \ # the dependency) and then (perhaps) builds multilibs. all: all-unilib - $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO="all-unilib" + : $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO="all-unilib" # `all-unilib' is the overall target in the absence of multilibs, # meant to be invoked via multi-do for multilibs. diff --git a/contrib/libf2c/libF77/Version.c b/contrib/libf2c/libF77/Version.c index 1fa37ca6201b..8c370cb6fa88 100644 --- a/contrib/libf2c/libF77/Version.c +++ b/contrib/libf2c/libF77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n"; /* */ -char __G77_LIBF77_VERSION__[] = "3.2.1 20020916 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "3.2.1 20021009 (prerelease)"; /* 2.00 11 June 1980. File version.c added to library. diff --git a/contrib/libf2c/libI77/Version.c b/contrib/libf2c/libI77/Version.c index 188b886a591b..619376026852 100644 --- a/contrib/libf2c/libI77/Version.c +++ b/contrib/libf2c/libI77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n"; /* */ -char __G77_LIBI77_VERSION__[] = "3.2.1 20020916 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "3.2.1 20021009 (prerelease)"; /* 2.01 $ format added diff --git a/contrib/libf2c/libU77/Version.c b/contrib/libf2c/libU77/Version.c index fc6f3e37cce8..b3c56b488b77 100644 --- a/contrib/libf2c/libU77/Version.c +++ b/contrib/libf2c/libU77/Version.c @@ -1,6 +1,6 @@ static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n"; -char __G77_LIBU77_VERSION__[] = "3.2.1 20020916 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "3.2.1 20021009 (prerelease)"; #include