aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/t-linux64
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/t-linux64')
-rw-r--r--gcc/config/i386/t-linux643
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/i386/t-linux64 b/gcc/config/i386/t-linux64
index 3b109d8b0ce..aac59a08e36 100644
--- a/gcc/config/i386/t-linux64
+++ b/gcc/config/i386/t-linux64
@@ -11,7 +11,8 @@ MULTILIB_OSDIRNAMES = ../lib64 ../lib
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib
-EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
+EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o \
+ crtbeginT.o crtfastmath.o
# The pushl in CTOR initialization interferes with frame pointer elimination.
# crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,