diff options
author | kan <kan@FreeBSD.org> | 2003-02-10 06:05:16 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2003-02-10 06:05:16 +0000 |
commit | 2da58157b4de113e2cc5bfd191043c11bb0f721a (patch) | |
tree | e342eed8b04451e874d363dd227dfd493d9eeb08 /contrib/gcc | |
parent | 0a982e8aa59850e3c4acbeb4cc9cf02c795e92ca (diff) | |
download | FreeBSD-src-2da58157b4de113e2cc5bfd191043c11bb0f721a.zip FreeBSD-src-2da58157b4de113e2cc5bfd191043c11bb0f721a.tar.gz |
Merge FreeBSD modifications into gcc 3.2.2 release:
1.10 -mno-align-long-strings.
1.11 Allow the specification of LONG_TYPE_SIZE on the command line.
Diffstat (limited to 'contrib/gcc')
-rw-r--r-- | contrib/gcc/config/i386/i386.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/config/i386/i386.h b/contrib/gcc/config/i386/i386.h index a3e7972..3885dda 100644 --- a/contrib/gcc/config/i386/i386.h +++ b/contrib/gcc/config/i386/i386.h @@ -535,11 +535,11 @@ extern int ix86_arch; #define CPP_CPU_DEFAULT_SPEC "-D__tune_i686__ -D__tune_pentiumpro__" #endif #if TARGET_CPU_DEFAULT == TARGET_CPU_DEFAULT_pentium2 -#define CPP_CPU_DEFAULT_SPEC "-D__tune_i686__ -D__tune_pentiumpro__\ +#define CPP_CPU_DEFAULT_SPEC "-D__tune_i686__ -D__tune_pentiumpro__ \ -D__tune_pentium2__" #endif #if TARGET_CPU_DEFAULT == TARGET_CPU_DEFAULT_pentium3 -#define CPP_CPU_DEFAULT_SPEC "-D__tune_i686__ -D__tune_pentiumpro__\ +#define CPP_CPU_DEFAULT_SPEC "-D__tune_i686__ -D__tune_pentiumpro__ \ -D__tune_pentium2__ -D__tune_pentium3__" #endif #if TARGET_CPU_DEFAULT == TARGET_CPU_DEFAULT_pentium4 |