config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
* config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic. From-SVN: r158049
This commit is contained in:
parent
83a416b095
commit
9af272207f
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-04-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to
|
||||
generic.
|
||||
|
||||
2010-04-07 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR middle-end/42617
|
||||
|
@ -387,7 +392,7 @@
|
|||
|
||||
2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* config.guess (i[34567]86-*-solaris2*): Default with_arch_32,
|
||||
* config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
|
||||
with_tune_32 to pentium4.
|
||||
|
||||
2010-04-01 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue