diff options
Diffstat (limited to 'gcc/config/i386/t-linux')
-rw-r--r-- | gcc/config/i386/t-linux | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/config/i386/t-linux b/gcc/config/i386/t-linux new file mode 100644 index 000000000..76e3f64f5 --- /dev/null +++ b/gcc/config/i386/t-linux @@ -0,0 +1,9 @@ +# On 64bit we do not need any exports for glibc for 64-bit libgcc_s. +# Need to support TImode for x86. Override the settings from +# t-slibgcc-elf-ver and t-linux +SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver \ + $(srcdir)/config/i386/libgcc-glibc.ver + +ifneq (,$(findstring -linux,$(target))) +MULTIARCH_DIRNAME = $(call if_multiarch,i386-linux-gnu) +endif |