t-linux64 revision 169689
167761Smsmith
267761Smsmith#rs6000/t-linux64
367761Smsmith
467761SmsmithLIB2FUNCS_EXTRA += tramp.S $(srcdir)/config/rs6000/ppc64-fp.c \
567761Smsmith	$(srcdir)/config/rs6000/darwin-ldouble.c
667761SmsmithLIB2FUNCS_EXTRA := $(sort $(LIB2FUNCS_EXTRA))
767761Smsmith
867761SmsmithTARGET_LIBGCC2_CFLAGS += -mno-minimal-toc
967761Smsmith
1067761SmsmithMULTILIB_OPTIONS        = m64/m32 msoft-float
1167761SmsmithMULTILIB_DIRNAMES       = 64 32 nof
1267761SmsmithMULTILIB_EXTRA_OPTS     = fPIC mstrict-align
1367761SmsmithMULTILIB_EXCEPTIONS     = m64/msoft-float
1467761SmsmithMULTILIB_EXCLUSIONS     = m64/!m32/msoft-float
1567761SmsmithMULTILIB_OSDIRNAMES	= ../lib64 ../lib nof
1667761SmsmithMULTILIB_MATCHES        = $(MULTILIB_MATCHES_FLOAT)
1767761Smsmith
1867761Smsmithsoftfp_wrap_start := '\#ifndef __powerpc64__'
1967761Smsmithsoftfp_wrap_end := '\#endif'
2067761Smsmith