From b8ceff8342a94b9648b9bea40be1702c0d4694ab Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 22 Oct 2002 22:27:47 +0000 Subject: [PATCH] Added comment line about -mlongcall cflag. --- config/CONFIG.Vx.ppc603 | 3 ++- config/CONFIG.Vx.ppc604 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/CONFIG.Vx.ppc603 b/config/CONFIG.Vx.ppc603 index e627a47e2..fc1b9961c 100644 --- a/config/CONFIG.Vx.ppc603 +++ b/config/CONFIG.Vx.ppc603 @@ -13,4 +13,5 @@ ARCH_CLASS = ppc ARCH_DEP_CPPFLAGS = -DCPU=PPC603 -DTRUE=1 ARCH_DEP_CFLAGS = -mcpu=603 --no-builtin -mstrict-align -# ARCH_DEP_CFLAGS== -fsigned-char #May need for calcPerform.c +# ARCH_DEP_CFLAGS+= -fsigned-char #May need for calcPerform.c +# ARCH_DEP_CFLAGS+= -mlongcall #May need if over 32MB diff --git a/config/CONFIG.Vx.ppc604 b/config/CONFIG.Vx.ppc604 index 71125a5df..aa4e60ac1 100644 --- a/config/CONFIG.Vx.ppc604 +++ b/config/CONFIG.Vx.ppc604 @@ -13,5 +13,6 @@ ARCH_CLASS = ppc ARCH_DEP_CPPFLAGS = -DCPU=PPC604 -D_GNU_TOOL -DTRUE=1 ARCH_DEP_CFLAGS = -mcpu=604 --no-builtin -mstrict-align -# ARCH_DEP_CFLAGS== -fsigned-char #May need for calcPerform.c +# ARCH_DEP_CFLAGS+= -fsigned-char #May need for calcPerform.c +# ARCH_DEP_CFLAGS+= -mlongcall #May need if over 32MB