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/i386/t-nto | |
parent | 1cba0a4eccfb154f3c67c13eab0fc2d04d9d9b90 (diff) | |
download | gcc-f2feed2c727298bbafa6cc6884f79aafe89326ea.tar.gz |
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/i386/t-nto')
-rw-r--r-- | gcc/config/i386/t-nto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/i386/t-nto b/gcc/config/i386/t-nto new file mode 100644 index 00000000000..314c2609f8b --- /dev/null +++ b/gcc/config/i386/t-nto @@ -0,0 +1,7 @@ +# Don't run fixproto +STMP_FIXPROTO = + +CRTSTUFF_T_CFLAGS = -fno-omit-frame-pointer -fPIC +TARGET_LIBGCC2_CFLAGS = -fPIC -fexceptions + +EXTRA_PARTS = crtbegin.o |