OK, OK! It is now 2.7.2.2.

This commit is contained in:
phil 1997-05-14 19:26:32 +00:00
parent 3b7c5d2686
commit 0c62738797
8 changed files with 11 additions and 10 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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 ...