OSDN Git Service

2007-05-18 H.J. Lu <hongjiu.lu@intel.com>
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / t-linux64
1 # On x86-64 we do not need any exports for glibc for 64-bit libgcc_s,
2 # override the settings
3 # from t-slibgcc-elf-ver and t-linux
4 SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver \
5                  $(srcdir)/config/i386/libgcc-x86_64-glibc.ver
6
7 MULTILIB_OPTIONS = m64/m32
8 MULTILIB_DIRNAMES = 64 32 
9 MULTILIB_OSDIRNAMES = ../lib64 ../lib
10
11 LIBGCC = stmp-multilib
12 INSTALL_LIBGCC = install-multilib
13
14 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o \
15                      crtbeginT.o crtprec32.o crtprec64.o crtprec80.o \
16                      crtfastmath.o
17
18 softfp_wrap_start := '\#ifdef __x86_64__'
19 softfp_wrap_end := '\#endif'
20
21 # The pushl in CTOR initialization interferes with frame pointer elimination.
22 # crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,
23 # because then __FRAME_END__ might not be the last thing in .eh_frame
24 # section.
25 CRTSTUFF_T_CFLAGS = -fno-omit-frame-pointer -fno-asynchronous-unwind-tables