From 6f064efa4c28e8f026d1bd07cfe49add44d085aa Mon Sep 17 00:00:00 2001 From: Geoff Keating Date: Thu, 6 Dec 2001 23:41:33 +0000 Subject: * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr save/restore functions here. (libm-support): Don't define these functions here. * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore functions here. * sysdeps/powerpc/fe_nomask.c: Move to... * sysdeps/powerpc/fpu/fe_nomask.c: ... here. * sysdeps/powerpc/fprrest.S: Move to... * sysdeps/powerpc/fpu/fprrest.S: ... here. * sysdeps/powerpc/fprsave.S: Move to... * sysdeps/powerpc/fpu/fprsave.S: ... here. 2001-12-06 Geoff Keating * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr save/restore functions here. (libm-support): Don't define these functions here. * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore functions here. * sysdeps/powerpc/fe_nomask.c: Move to... * sysdeps/powerpc/fpu/fe_nomask.c: ... here. * sysdeps/powerpc/fprrest.S: Move to... * sysdeps/powerpc/fpu/fprrest.S: ... here. * sysdeps/powerpc/fprsave.S: Move to... * sysdeps/powerpc/fpu/fprsave.S: ... here. --- sysdeps/powerpc/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sysdeps/powerpc/Makefile') diff --git a/sysdeps/powerpc/Makefile b/sysdeps/powerpc/Makefile index e5b026d05f..ac121ee2f5 100644 --- a/sysdeps/powerpc/Makefile +++ b/sysdeps/powerpc/Makefile @@ -6,10 +6,6 @@ asm-CPPFLAGS += -Wa,-mppc ifeq ($(with-fp),no) +cflags += -msoft-float sysdep-LDFLAGS += -msoft-float -else -ifeq ($(subdir),math) -libm-support += fenv_const fe_nomask -endif endif ifeq ($(subdir),gmon) @@ -17,7 +13,7 @@ sysdep_routines += ppc-mcount endif ifeq ($(subdir),misc) -sysdep_routines += gprsave0 gprrest0 gprsave1 gprrest1 fprsave fprrest +sysdep_routines += gprsave0 gprrest0 gprsave1 gprrest1 endif # On PPC, -fpic works until the GOT contains 2^15 bytes, and possibly -- cgit 1.4.1