From 0c6273879798af26bd08acc80c760645e9737370 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 14 May 1997 19:26:32 +0000 Subject: [PATCH] OK, OK! It is now 2.7.2.2. --- gnu/usr.bin/gcc/arch/arm32/config.h | 2 +- gnu/usr.bin/gcc/arch/i386/config.h | 2 +- gnu/usr.bin/gcc/arch/m68k/config.h | 2 +- gnu/usr.bin/gcc/arch/mips/config.h | 2 +- gnu/usr.bin/gcc/arch/ns32k/config.h | 2 +- gnu/usr.bin/gcc/arch/sparc/config.h | 2 +- gnu/usr.bin/gcc/arch/vax/config.h | 2 +- gnu/usr.bin/gcc/gcc2netbsd | 7 ++++--- 8 files changed, 11 insertions(+), 10 deletions(-) diff --git a/gnu/usr.bin/gcc/arch/arm32/config.h b/gnu/usr.bin/gcc/arch/arm32/config.h index 5ba4cd0d14a8..e5986d757089 100644 --- a/gnu/usr.bin/gcc/arch/arm32/config.h +++ b/gnu/usr.bin/gcc/arch/arm32/config.h @@ -1,4 +1,4 @@ #define NETBSD_NATIVE -#define DEFAULT_TARGET_VERSION "2.7.2.1" +#define DEFAULT_TARGET_VERSION "2.7.2.2" #define DEFAULT_TARGET_MACHINE "NetBSD/arm32" #include "arm32/xm-netbsd.h" diff --git a/gnu/usr.bin/gcc/arch/i386/config.h b/gnu/usr.bin/gcc/arch/i386/config.h index cbd65ce284de..45d0a87576bd 100644 --- a/gnu/usr.bin/gcc/arch/i386/config.h +++ b/gnu/usr.bin/gcc/arch/i386/config.h @@ -1,4 +1,4 @@ #define NETBSD_NATIVE -#define DEFAULT_TARGET_VERSION "2.7.2.1" +#define DEFAULT_TARGET_VERSION "2.7.2.2" #define DEFAULT_TARGET_MACHINE "NetBSD/i386" #include "i386/xm-netbsd.h" diff --git a/gnu/usr.bin/gcc/arch/m68k/config.h b/gnu/usr.bin/gcc/arch/m68k/config.h index 104755dec9c5..f4833fd6f77a 100644 --- a/gnu/usr.bin/gcc/arch/m68k/config.h +++ b/gnu/usr.bin/gcc/arch/m68k/config.h @@ -1,4 +1,4 @@ #define NETBSD_NATIVE -#define DEFAULT_TARGET_VERSION "2.7.2.1" +#define DEFAULT_TARGET_VERSION "2.7.2.2" #define DEFAULT_TARGET_MACHINE "NetBSD/m68k" #include "m68k/xm-netbsd.h" diff --git a/gnu/usr.bin/gcc/arch/mips/config.h b/gnu/usr.bin/gcc/arch/mips/config.h index 33a08d20fae2..ec4ac02f47f4 100644 --- a/gnu/usr.bin/gcc/arch/mips/config.h +++ b/gnu/usr.bin/gcc/arch/mips/config.h @@ -1,4 +1,4 @@ #define NETBSD_NATIVE -#define DEFAULT_TARGET_VERSION "2.7.2.1" +#define DEFAULT_TARGET_VERSION "2.7.2.2" #define DEFAULT_TARGET_MACHINE "NetBSD/mips" #include "mips/xm-netbsd.h" diff --git a/gnu/usr.bin/gcc/arch/ns32k/config.h b/gnu/usr.bin/gcc/arch/ns32k/config.h index c6383748e7bc..91b969fb76cd 100644 --- a/gnu/usr.bin/gcc/arch/ns32k/config.h +++ b/gnu/usr.bin/gcc/arch/ns32k/config.h @@ -1,4 +1,4 @@ #define NETBSD_NATIVE -#define DEFAULT_TARGET_VERSION "2.7.2.1" +#define DEFAULT_TARGET_VERSION "2.7.2.2" #define DEFAULT_TARGET_MACHINE "NetBSD/ns32k" #include "ns32k/xm-netbsd.h" diff --git a/gnu/usr.bin/gcc/arch/sparc/config.h b/gnu/usr.bin/gcc/arch/sparc/config.h index 60d2650f58d1..647ffd2d1ea9 100644 --- a/gnu/usr.bin/gcc/arch/sparc/config.h +++ b/gnu/usr.bin/gcc/arch/sparc/config.h @@ -1,4 +1,4 @@ #define NETBSD_NATIVE -#define DEFAULT_TARGET_VERSION "2.7.2.1" +#define DEFAULT_TARGET_VERSION "2.7.2.2" #define DEFAULT_TARGET_MACHINE "NetBSD/sparc" #include "sparc/xm-netbsd.h" diff --git a/gnu/usr.bin/gcc/arch/vax/config.h b/gnu/usr.bin/gcc/arch/vax/config.h index 2ea82cbfabb7..d04371febc48 100644 --- a/gnu/usr.bin/gcc/arch/vax/config.h +++ b/gnu/usr.bin/gcc/arch/vax/config.h @@ -1,4 +1,4 @@ #define NETBSD_NATIVE -#define DEFAULT_TARGET_VERSION "2.7.2.1" +#define DEFAULT_TARGET_VERSION "2.7.2.2" #define DEFAULT_TARGET_MACHINE "NetBSD/vax" #include "vax/xm-netbsd.h" diff --git a/gnu/usr.bin/gcc/gcc2netbsd b/gnu/usr.bin/gcc/gcc2netbsd index 35c5b10844ec..ee128837b56c 100644 --- a/gnu/usr.bin/gcc/gcc2netbsd +++ b/gnu/usr.bin/gcc/gcc2netbsd @@ -1,6 +1,6 @@ #!/usr/gnu/bin/perl # -# $NetBSD: gcc2netbsd,v 1.20 1997/05/14 07:02:00 phil Exp $ +# $NetBSD: gcc2netbsd,v 1.21 1997/05/14 19:26:32 phil Exp $ # # Perl script to convert a standard distribution directory for gcc into # a NetBSD source tree. @@ -19,12 +19,13 @@ # # Updated November 29, 1995 for gcc-2.7.2 # Updated May 13, 1997 for gcc-2.7.2.1 +# Updated May 14, 1997 for gcc-2.7.2.2 # -# This is currently updated for gcc-2.7.2.1. Newer versions of gcc +# This is currently updated for gcc-2.7.2.2. Newer versions of gcc # should have this script and related files updated. # -$version = "2.7.2.1"; +$version = "2.7.2.2"; # definitions ...