summaryrefslogtreecommitdiff
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 aac59a08e36..f875126021e 100644
--- a/gcc/config/i386/t-linux64
+++ b/gcc/config/i386/t-linux64
@@ -12,7 +12,8 @@ LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib
EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o \
- crtbeginT.o crtfastmath.o
+ crtbeginT.o crtprec32.o crtprec64.o crtprec80.o \
+ crtfastmath.o
# The pushl in CTOR initialization interferes with frame pointer elimination.
# crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,