summaryrefslogtreecommitdiff
path: root/gcc/config/t-lynx
diff options
context:
space:
mode:
authornemet <nemet@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-05 04:55:37 +0000
committernemet <nemet@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-05 04:55:37 +0000
commitd895dbf9f629c405ae5906c8be731af30ac81b3f (patch)
tree23899f0239bbb781c6aec626b7661ea04b1cc069 /gcc/config/t-lynx
parent36bccbfc1deca48f3531123585ce40ae74fc7a9b (diff)
downloadgcc-d895dbf9f629c405ae5906c8be731af30ac81b3f.tar.gz
* config.gcc (case i[34567]86-*-lynxos*): Update to LynxOS 4.0.
(case rs6000-*-lynxos*): Rename it to powerpc-*-lynxos*. Update to LynxOS 4.0. * gthr-lynx.h: New file. * config/lynx-ng.h: Remove file. * config/lynx.h: Update to LynxOS 4.0. * config/t-lynx: New file. * config/i386/lynx-ng.h: Remove file. * config/i386/lynx.h: Update to LynxOS 4.0. * config/rs6000/lynxbase.h: Remove file. * config/rs6000/lynx.h: Update to LynxOS 4.0. * config/rs6000/t-lynx: New file. * doc/install.texi (Options specification): Remove reference to LynxOS from systems where --with-gnu-as makes a difference. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85591 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/t-lynx')
-rw-r--r--gcc/config/t-lynx15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/config/t-lynx b/gcc/config/t-lynx
new file mode 100644
index 00000000000..a14a53c614e
--- /dev/null
+++ b/gcc/config/t-lynx
@@ -0,0 +1,15 @@
+# Compile crtbeginS.o and crtendS.o with pic.
+CRTSTUFF_T_CFLAGS_S = -fPIC
+
+# Compile libgcc2.a with pic.
+TARGET_LIBGCC2_CFLAGS = -fPIC
+
+MULTILIB_OPTIONS = mthreads
+MULTILIB_DIRNAMES = thread
+
+LIBGCC = stmp-multilib
+INSTALL_LIBGCC = install-multilib
+
+Local Variables:
+mode: makefile
+End: