]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/gcc/config/rs6000/t-linux64
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / gcc / config / rs6000 / t-linux64
1
2 #rs6000/t-linux64
3
4 LIB2FUNCS_EXTRA += tramp.S $(srcdir)/config/rs6000/ppc64-fp.c \
5         $(srcdir)/config/rs6000/darwin-ldouble.c
6 LIB2FUNCS_EXTRA := $(sort $(LIB2FUNCS_EXTRA))
7
8 TARGET_LIBGCC2_CFLAGS += -mno-minimal-toc
9
10 MULTILIB_OPTIONS        = m64/m32 msoft-float
11 MULTILIB_DIRNAMES       = 64 32 nof
12 MULTILIB_EXTRA_OPTS     = fPIC mstrict-align
13 MULTILIB_EXCEPTIONS     = m64/msoft-float
14 MULTILIB_EXCLUSIONS     = m64/!m32/msoft-float
15 MULTILIB_OSDIRNAMES     = ../lib64 ../lib nof
16 MULTILIB_MATCHES        = $(MULTILIB_MATCHES_FLOAT)
17
18 softfp_wrap_start := '\#ifndef __powerpc64__'
19 softfp_wrap_end := '\#endif'