1.if ${MACHINE_ARCH} == "powerpc64le" 2# Long double is IEEE binary128 3GDTOASRCS+=strtorQ.c 4SRCS+=machdep_ldisQ.c 5.else 6# Long double is 64-bits 7SRCS+=machdep_ldisd.c 8.endif 9SYM_MAPS+=${LIBC_SRCTOP}/powerpc64/Symbol.map 10
1.if ${MACHINE_ARCH} == "powerpc64le" 2# Long double is IEEE binary128 3GDTOASRCS+=strtorQ.c 4SRCS+=machdep_ldisQ.c 5.else 6# Long double is 64-bits 7SRCS+=machdep_ldisd.c 8.endif 9SYM_MAPS+=${LIBC_SRCTOP}/powerpc64/Symbol.map 10