diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2007-04-03 09:37:56 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2007-04-03 09:37:56 +0200 |
commit | 577565f9349ec94277f1867077056df1f59427f4 (patch) | |
tree | 9ef0f139d7178683b8cd1dc53dbd0d6d07b7a86b /gcc/config/i386/t-linux64 | |
parent | 8854e14c61b79559e4c3cb5c251149071bbfee45 (diff) | |
download | gcc-577565f9349ec94277f1867077056df1f59427f4.tar.gz |
config.gcc (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
* config.gcc (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
(x86_64-*-linux*): Ditto.
* config/i386/i386.opt (mpc): New option.
* config/i386/i386.c (overrride_options): Handle
ix87_precision_string.
* config/i386/crtprec.c: New file.
* config/i386/t-crtpc: Ditto.
* config/i386/linux.h (ENDFILE_SPEC): Add handling of -mpc32, -mpc64
and -mpc80 options.
* config/i386/linux64.h (ENDFILE_SPEC): Ditto.
* config/i386/t-linux64 (EXTRA_MULTILIB_PARTS): Add
crtprec32.o, crtprec64.o and crtprec80.o.
* doc/invoke.texi (Machine Dependent Options): Add -mpc32, -mpc64
and -mpc80 options.
(i386 and x86-64 Options): Document -mpc32, -mpc64 and -mpc80 options.
libgcc/ChangeLog:
* config/i386/t-crtpc: New file.
* config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
(x86_64-*-linux*): Ditto.
From-SVN: r123450
Diffstat (limited to 'gcc/config/i386/t-linux64')
-rw-r--r-- | gcc/config/i386/t-linux64 | 3 |
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, |