OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [config/] [i386/] [t-linux64] - Blame information for rev 20

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 jlechner
# 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 crtfastmath.o
16
 
17
# The pushl in CTOR initialization interferes with frame pointer elimination.
18
# crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,
19
# because then __FRAME_END__ might not be the last thing in .eh_frame
20
# section.
21
CRTSTUFF_T_CFLAGS = -fno-omit-frame-pointer -fno-asynchronous-unwind-tables

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.