diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2010-01-20 15:13:38 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2010-01-20 15:13:38 +0000 |
| commit | fdba687e8e3e2858e2c24faf056bc66fff17f145 (patch) | |
| tree | 2229f3208f7ac8a1456329774bb3d59bd56208a5 | |
| parent | 28b4af9852607f4db0fa9530748fde548352e0ae (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)) |
