Added -mlongcall option. Cosmetic changes.

This commit is contained in:
Janet B. Anderson
2002-10-22 22:06:46 +00:00
parent 6b8dbc5355
commit 205cbb69fe
2 changed files with 5 additions and 5 deletions

View File

@@ -3,8 +3,8 @@
# $Id$
# This file is maintained by the build community.
#
# Definitions for vxWorks-ppc604 target archs
# Sites may override these definitions in CONFIG_SITE.Common.vxWorks-ppc604
# Definitions for vxWorks-ppc603 target archs
# Sites may override these definitions in CONFIG_SITE.Common.vxWorks-ppc603
#-------------------------------------------------------
# Include definitions common to all vxWorks target archs
@@ -17,5 +17,5 @@ ARCH_CLASS = ppc
# Architecture specific build flags
ARCH_DEP_CPPFLAGS = -DCPU=PPC603
ARCH_DEP_CFLAGS = -mcpu=603 -mstrict-align
ARCH_DEP_CFLAGS = -mcpu=603 -mstrict-align -mlongcall

View File

@@ -16,6 +16,6 @@ CMPLR_SUFFIX = ppc
ARCH_CLASS = ppc
# Architecture specific build flags
ARCH_DEP_CPPFLAGS = -DCPU=PPC604
ARCH_DEP_CFLAGS = -mcpu=604 -mstrict-align
ARCH_DEP_CPPFLAGS = -DCPU=PPC604
ARCH_DEP_CFLAGS = -mcpu=604 -mstrict-align -mlongcall