]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/config/t-lynx
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / config / t-lynx
diff --git a/gcc/config/t-lynx b/gcc/config/t-lynx
new file mode 100644 (file)
index 0000000..3a6a5d8
--- /dev/null
@@ -0,0 +1,15 @@
+# Compile crtbeginS.o and crtendS.o with pic.
+CRTSTUFF_T_CFLAGS_S = $(CRTSTUFF_T_CFLAGS) -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: