diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-11-29 12:01:45 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-11-29 12:01:45 +0000 |
commit | 825295d3ffddf8ab7c1883b5687eb30d6f7e4ea4 (patch) | |
tree | 815934f20ae1ab1947951a196a24c0a3ef5a1067 | |
parent | d6e48baaddcc47e4499cbd2b892ab797a1ce5c1e (diff) |
Bump FreeBSD_cc_version.
Requested by: jdp
Notes
Notes:
svn path=/stable/2.2/; revision=41404
-rw-r--r-- | contrib/gcc/config/i386/freebsd.h | 2 | ||||
-rw-r--r-- | contrib/gcc/config/i386/freebsd.h.fixed | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h index b71350a5cc6a..cec0244ff0dd 100644 --- a/contrib/gcc/config/i386/freebsd.h +++ b/contrib/gcc/config/i386/freebsd.h @@ -82,7 +82,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__=2 -D__FreeBSD_cc_version=227001 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)" +#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__=2 -D__FreeBSD_cc_version=228000 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)" #define ASM_SPEC " %| %{fpic:-k} %{fPIC:-k}" diff --git a/contrib/gcc/config/i386/freebsd.h.fixed b/contrib/gcc/config/i386/freebsd.h.fixed index b71350a5cc6a..cec0244ff0dd 100644 --- a/contrib/gcc/config/i386/freebsd.h.fixed +++ b/contrib/gcc/config/i386/freebsd.h.fixed @@ -82,7 +82,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__=2 -D__FreeBSD_cc_version=227001 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)" +#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__=2 -D__FreeBSD_cc_version=228000 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)" #define ASM_SPEC " %| %{fpic:-k} %{fPIC:-k}" |