]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/gcc/config/arm/t-linux-eabi
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / gcc / config / arm / t-linux-eabi
1 # These functions are included in shared libraries.
2 TARGET_LIBGCC2_CFLAGS = -fPIC
3
4 # We do not build a Thumb multilib for Linux because the definition of
5 # CLEAR_INSN_CACHE in linux-gas.h does not work in Thumb mode.
6 MULTILIB_OPTIONS        =
7 MULTILIB_DIRNAMES       =
8
9 # Use a version of div0 which raises SIGFPE.
10 LIB1ASMFUNCS := $(filter-out _dvmd_tls,$(LIB1ASMFUNCS)) _dvmd_lnx
11
12 # Multilib the standard Linux files.  Don't include crti.o or crtn.o,
13 # which are provided by glibc.
14 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o