builtins.exp: Sort targets alphabetically.

2013-03-23  Sebastian Huber  <sebastian.huber@embedded-brains.de>

	* gcc.c-torture/execute/builtins/builtins.exp: Sort targets
	alphabetically.

From-SVN: r197007
This commit is contained in:
Sebastian Huber 2013-03-23 15:34:49 +00:00 committed by Joel Sherrill
parent b64925dc4b
commit 17a02b0648
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-03-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
* gcc.c-torture/execute/builtins/builtins.exp: Sort targets
alphabetically.
2013-03-22 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr22152.c (dg-options): Add -mtune=core2.

View File

@ -43,8 +43,8 @@ if [istarget "powerpc-*-darwin*"] {
}
if { [istarget *-*-eabi*]
|| [istarget *-*-elf]
|| [istarget *-*-rtems*]
|| [istarget *-*-mingw*] } {
|| [istarget *-*-mingw*]
|| [istarget *-*-rtems*] } {
lappend additional_flags "-Wl,--allow-multiple-definition"
}