aboutsummaryrefslogtreecommitdiffstats
path: root/erts/autoconf/vxworks/sed.vxworks_ppc860
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2010-02-22 16:22:42 +0000
committerErlang/OTP <[email protected]>2010-02-22 16:22:42 +0000
commitf70060987d50c0341b7a9337cf60c836d66a3d9c (patch)
tree1206f688cd6bc1b97faef2146703a86c2a6c5154 /erts/autoconf/vxworks/sed.vxworks_ppc860
parentde10358cc220cb2f96545bca2218470e153824b6 (diff)
downloadotp-f70060987d50c0341b7a9337cf60c836d66a3d9c.tar.gz
otp-f70060987d50c0341b7a9337cf60c836d66a3d9c.tar.bz2
otp-f70060987d50c0341b7a9337cf60c836d66a3d9c.zip
OTP-8466: Fix ei to build on vxworks
Diffstat (limited to 'erts/autoconf/vxworks/sed.vxworks_ppc860')
-rw-r--r--erts/autoconf/vxworks/sed.vxworks_ppc86015
1 files changed, 9 insertions, 6 deletions
diff --git a/erts/autoconf/vxworks/sed.vxworks_ppc860 b/erts/autoconf/vxworks/sed.vxworks_ppc860
index 35771335a3..cd7c9ff797 100644
--- a/erts/autoconf/vxworks/sed.vxworks_ppc860
+++ b/erts/autoconf/vxworks/sed.vxworks_ppc860
@@ -1,19 +1,19 @@
#
# %CopyrightBegin%
-#
-# Copyright Ericsson AB 1997-2009. All Rights Reserved.
-#
+#
+# Copyright Ericsson AB 1997-2010. All Rights Reserved.
+#
# The contents of this file are subject to the Erlang Public License,
# Version 1.1, (the "License"); you may not use this file except in
# compliance with the License. You should have received a copy of the
# Erlang Public License along with this software. If not, it can be
# retrieved online at http://www.erlang.org/.
-#
+#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
# the License for the specific language governing rights and limitations
# under the License.
-#
+#
# %CopyrightEnd%
#
# Author: Patrik Winroth
@@ -43,5 +43,8 @@ s|TYPE_FLAGS = -g |TYPE_FLAGS = |
s|@GCCLIB_PATH@|@WIND_BASE@/host/@HOST_TYPE@/lib/gcc-lib/powerpc-wrs-vxworks/cygnus-2.7.2-960126/soft-float/libgcc.a|
s|@RANLIB@|@TTPREFIX@ranlibppc|
s|@AR@|@TTPREFIX@arppc|
+
+s|@LIB_CFLAGS@|@CFLAGS@|
+
s|@CFLAGS@|@GENERAL_CFLAGS@ -DCPU=PPC860 -DWANT_NONBLOCKING -DHAVE_MEMMOVE -DVXWORKS -I@WIND_BASE@/target/h -mcpu=860 -fvolatile -fno-builtin -fno-for-scope -msoft-float -D_GNU_TOOL -nostdinc|
-s|@LIB_CFLAGS@|@GENERAL_CFLAGS@ -DCPU=PPC860 -DWANT_NONBLOCKING -DHAVE_MEMMOVE -DVXWORKS -I@WIND_BASE@/target/h -mcpu=powerpc -fvolatile -fno-builtin -fno-for-scope -msoft-float -D_GNU_TOOL -nostdinc|
+#s|@LIB_CFLAGS@|@GENERAL_CFLAGS@ -DCPU=PPC860 -DWANT_NONBLOCKING -DHAVE_MEMMOVE -DVXWORKS -I@WIND_BASE@/target/h -mcpu=powerpc -fvolatile -fno-builtin -fno-for-scope -msoft-float -D_GNU_TOOL -nostdinc|