mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 00:42:06 +01:00
Gcc 3.2.1-prerelease libf2c bits from the FSF anoncvs repo gcc-3_2-branch on October 9th 2002 20:15 EST.
This commit is contained in:
parent
a5eca8bcdf
commit
f1f8450e7a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/vendor/gcc/dist/; revision=104758
@ -1,3 +1,7 @@
|
||||
Mon Oct 7 00:32:38 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* Makefile.in (all): Fix multilib parallel build.
|
||||
|
||||
2002-08-14 Release Manager
|
||||
|
||||
* GCC 3.2 Released.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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 <stdio.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user