diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2010-01-20 15:14:20 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2010-01-20 15:14:20 +0000 |
| commit | 8dde8dd41f592d11315c23f0d5cc7f1264e9c66a (patch) | |
| tree | 062fcf0e4fc4a8b575a289f2d1377f6e021bc749 | |
| parent | ae2619ebffd71fa98f8c428fb3ce12934b7760b9 (diff) | |
Notes
| -rw-r--r-- | contrib/gcc/config/i386/i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/i386/i386.c b/contrib/gcc/config/i386/i386.c index feab422cc383..e737ba542d4e 100644 --- a/contrib/gcc/config/i386/i386.c +++ b/contrib/gcc/config/i386/i386.c @@ -1614,7 +1614,7 @@ override_options (void) "-mtune=generic instead as appropriate."); if (!ix86_arch_string) - ix86_arch_string = TARGET_64BIT ? "x86-64" : "i386"; + ix86_arch_string = TARGET_64BIT ? "x86-64" : "i486"; if (!strcmp (ix86_arch_string, "generic")) error ("generic CPU can be used only for -mtune= switch"); if (!strncmp (ix86_arch_string, "generic", 7)) |
