mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 22:03:57 +08:00
config.host: Add x86_64-*-rtems*.
2016-02-26 Joel Sherrill <joel@rtems.org> * config.host: Add x86_64-*-rtems*. From-SVN: r233762
This commit is contained in:
parent
d6944908c0
commit
df674f74a5
@ -1,3 +1,7 @@
|
||||
2016-02-26 Joel Sherrill <joel@rtems.org>
|
||||
|
||||
* config.host: Add x86_64-*-rtems*.
|
||||
|
||||
2016-02-26 Joel Sherrill <joel@rtems.org>
|
||||
|
||||
* libgcc/config.host: Add aarch64-*-rtems*.
|
||||
|
@ -577,7 +577,7 @@ i[34567]86-*-elfiamcu)
|
||||
i[34567]86-*-elf*)
|
||||
tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
|
||||
;;
|
||||
x86_64-*-elf*)
|
||||
x86_64-*-elf* | x86_64-*-rtems*)
|
||||
tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
|
||||
;;
|
||||
i[34567]86-*-dragonfly*)
|
||||
|
Loading…
Reference in New Issue
Block a user