]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/config/rs6000/t-vxworks
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / config / rs6000 / t-vxworks
diff --git a/gcc/config/rs6000/t-vxworks b/gcc/config/rs6000/t-vxworks
new file mode 100644 (file)
index 0000000..f042b77
--- /dev/null
@@ -0,0 +1,16 @@
+# Multilibs for VxWorks.
+
+# The base multilib is -mhard-float.
+MULTILIB_OPTIONS = mrtp fPIC msoft-float
+MULTILIB_DIRNAMES =
+MULTILIB_MATCHES = fPIC=fpic
+MULTILIB_EXCEPTIONS = fPIC*
+
+# This is set from the common config/t-vxworks but clobbered by t-ppccomm
+# on this target.
+EXTRA_MULTILIB_PARTS = 
+
+# Similarily, LIB2FUNCS_EXTRA is set from config/t-vxworks and
+# t-ppccomm *adds* to it, but the common contents are useful to us.
+# In particular the base trampoline_setup bits are expected to be
+# provided there.