diff options
Diffstat (limited to 'gcc/config/i386/t-vxworks')
-rw-r--r-- | gcc/config/i386/t-vxworks | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/i386/t-vxworks b/gcc/config/i386/t-vxworks new file mode 100644 index 000000000..c440b1f90 --- /dev/null +++ b/gcc/config/i386/t-vxworks @@ -0,0 +1,8 @@ +# Multilibs for VxWorks. + +# Build multilibs for normal, -mrtp, and -mrtp -fPIC. +MULTILIB_OPTIONS = mrtp fPIC +MULTILIB_DIRNAMES = +MULTILIB_MATCHES = fPIC=fpic +MULTILIB_EXCEPTIONS = fPIC + |