Added comment line about -mlongcall cflag.

This commit is contained in:
Janet B. Anderson
2002-10-22 22:27:47 +00:00
parent 0e268963b7
commit b8ceff8342
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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