From bd211590b3a46bf103302fd8a2fa38e9c3842357 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 15 Nov 2002 22:16:39 +0000 Subject: [PATCH] Removed -mlongcall option. --- configure/os/CONFIG.Common.vxWorks-ppc603 | 3 ++- configure/os/CONFIG.Common.vxWorks-ppc604 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.Common.vxWorks-ppc603 b/configure/os/CONFIG.Common.vxWorks-ppc603 index a7f914402..d7f99dd11 100644 --- a/configure/os/CONFIG.Common.vxWorks-ppc603 +++ b/configure/os/CONFIG.Common.vxWorks-ppc603 @@ -17,5 +17,6 @@ ARCH_CLASS = ppc # Architecture specific build flags ARCH_DEP_CPPFLAGS = -DCPU=PPC603 -ARCH_DEP_CFLAGS = -mcpu=603 -mstrict-align -mlongcall +#ARCH_DEP_CFLAGS = -mcpu=603 -mstrict-align -mlongcall +ARCH_DEP_CFLAGS = -mcpu=603 -mstrict-align diff --git a/configure/os/CONFIG.Common.vxWorks-ppc604 b/configure/os/CONFIG.Common.vxWorks-ppc604 index 086ea8824..d7302af6d 100644 --- a/configure/os/CONFIG.Common.vxWorks-ppc604 +++ b/configure/os/CONFIG.Common.vxWorks-ppc604 @@ -17,5 +17,6 @@ ARCH_CLASS = ppc # Architecture specific build flags ARCH_DEP_CPPFLAGS = -DCPU=PPC604 -ARCH_DEP_CFLAGS = -mcpu=604 -mstrict-align -mlongcall +#ARCH_DEP_CFLAGS = -mcpu=604 -mstrict-align -mlongcall +ARCH_DEP_CFLAGS = -mcpu=604 -mstrict-align