summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-07 10:30:32 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-07 10:30:32 +0000
commitbe67f556f01e1f4acbb3873f51d53588acff68fa (patch)
tree3f89e7fcd9721067c831bc34bf39708412bcf660 /gcc/config.gcc
parent84626878d5b91d3b6e43b11f08c89e3e79a6a508 (diff)
downloadgcc-be67f556f01e1f4acbb3873f51d53588acff68fa.tar.gz
* config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to
generic. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158049 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 022442c06e9..a78d1db806f 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1239,7 +1239,7 @@ i[34567]86-*-solaris2*)
# Set default arch and tune to pentium4 like the other i386 targets,
# although config.guess defaults to i386-pc-solaris2*.
with_arch_32=${with_arch_32:-pentium4}
- with_tune_32=${with_tune_32:-pentium4}
+ with_tune_32=${with_tune_32:-generic}
case ${target} in
*-*-solaris2.1[0-9]*)
tm_file="${tm_file} sol2-10.h"