mirror of git://gcc.gnu.org/git/gcc.git
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>
|
2016-02-26 Joel Sherrill <joel@rtems.org>
|
||||||
|
|
||||||
* libgcc/config.host: Add aarch64-*-rtems*.
|
* libgcc/config.host: Add aarch64-*-rtems*.
|
||||||
|
|
|
||||||
|
|
@ -577,7 +577,7 @@ i[34567]86-*-elfiamcu)
|
||||||
i[34567]86-*-elf*)
|
i[34567]86-*-elf*)
|
||||||
tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
|
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"
|
tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
|
||||||
;;
|
;;
|
||||||
i[34567]86-*-dragonfly*)
|
i[34567]86-*-dragonfly*)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue