diff options
author | Graeme Peterson <gp@qnx.com> | 2003-08-06 17:04:39 +0000 |
---|---|---|
committer | Graeme Peterson <gp@gcc.gnu.org> | 2003-08-06 17:04:39 +0000 |
commit | f2feed2c727298bbafa6cc6884f79aafe89326ea (patch) | |
tree | e57b37f2a340413c6dbe53859978be1a18f04dfc /gcc/config.gcc | |
parent | 1cba0a4eccfb154f3c67c13eab0fc2d04d9d9b90 (diff) | |
download | gcc-f2feed2c727298bbafa6cc6884f79aafe89326ea.zip gcc-f2feed2c727298bbafa6cc6884f79aafe89326ea.tar.gz gcc-f2feed2c727298bbafa6cc6884f79aafe89326ea.tar.bz2 |
Preliminary i386-pc-nto-qnx6 support.
* config/i386/nto.h: New.
* config/i386/t-nto: New.
* config.gcc (i[34567]86-*-nto-qnx*): New.
From-SVN: r70203
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index b9976d2..15ff2ce 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1066,6 +1066,12 @@ i[34567]86-*-mach*) # tmake_file=t-libc-ok use_collect2=yes ;; +i[34567]86-*-nto-qnx*) + tm_file="${tm_file} i386/att.h dbxelf.h tm-dwarf2.h elfos.h svr4.h i386/nto.h" + tmake_file=i386/t-nto + gnu_ld=yes + gas=yes + ;; i[34567]86-*-rtems*) tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h" extra_parts="crtbegin.o crtend.o crti.o crtn.o" |