Commit 9af27220 by Rainer Orth Committed by Rainer Orth

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
parent 83a416b0
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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment