summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-03-20 15:49:07 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-03-20 15:49:07 +0000
commit7500c5393ab55377d0a21dfd17f8ab456b7bec08 (patch)
tree9722318a97df7468404d7b89f9fb218249e13a79 /include
parent4fe640442ccaad64df12912c67bf99b7a9ebc136 (diff)
downloadATCD-7500c5393ab55377d0a21dfd17f8ab456b7bec08.tar.gz
ChangeLogTag:Wed Mar 20 06:44:02 2002 Douglas C. Schmidt <schmidt@siesta.cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_vxworks5.x_g++.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_g++.GNU b/include/makeinclude/platform_vxworks5.x_g++.GNU
index c9ebfff01d6..14a66989af9 100644
--- a/include/makeinclude/platform_vxworks5.x_g++.GNU
+++ b/include/makeinclude/platform_vxworks5.x_g++.GNU
@@ -128,7 +128,7 @@ else
ifeq ($(CPU),PPC860)
BINXSYM_NAME = xsym
CFLAGS += -B$(GCCLIB_DIR)/ -DCPU=PPC860 -mcpu=860
- CCFLAGS += -fno-implicit-templates -mlongcal
+ CCFLAGS += -fno-implicit-templates -mlongcall
GCCLIB_DIR = $(HOST_DIR)/lib/gcc-lib/powerpc-wrs-vxworks/cygnus-2.7.2-960126
TOOLENV = ppc
else