diff options
Diffstat (limited to 'gcc/config/sh/t-linux')
-rw-r--r-- | gcc/config/sh/t-linux | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/sh/t-linux b/gcc/config/sh/t-linux index 2fc932cdc7f..195279a664a 100644 --- a/gcc/config/sh/t-linux +++ b/gcc/config/sh/t-linux @@ -8,4 +8,8 @@ MULTILIB_DIRNAMES= MULTILIB_MATCHES = MULTILIB_EXCEPTIONS= -EXTRA_MULTILIB_PARTS= crtbegin.o crtend.o crtbeginS.o crtendS.o +EXTRA_MULTILIB_PARTS= crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o + +# Override t-slibgcc-elf-ver to export some libgcc symbols with +# the symbol versions that glibc used. +SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver $(srcdir)/config/sh/libgcc-glibc.ver |