~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to erts/autoconf/vxworks/sed.vxworks_simso

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
s|@host@|vxworks_simso|
 
2
s|@system_type@|vxworks_simso|
 
3
s|@ARCH@|simso|
 
4
s|@CC@|@TTPREFIX@ccsimso|
 
5
s|@HCC@|gcc|
 
6
s|@LD@|@TTPREFIX@ldsimso|
 
7
s|@STRIP@|@TTPREFIX@stripsimso|
 
8
s|@SYMPREFIX@||
 
9
s|@LIBS@||
 
10
s|@GCCLIBFLAGS@|-L@WIND_BASE@/target/lib/simso/SIMSPARCSOLARIS/common -lgcc|
 
11
s|@DED_LD@|@TTPREFIX@ldsimso|
 
12
s|@DED_CFLAGS@|@CFLAGS@|
 
13
s|@DEBUG_CFLAGS@|@CFLAGS@|
 
14
# remove -g option
 
15
s|TYPE_FLAGS = -g |TYPE_FLAGS = |
 
16
s|@GCCLIB_PATH@|@WIND_BASE@/target/lib/simso/SIMSPARCSOLARIS/common/libgcc.a|
 
17
s|@RANLIB@|@TTPREFIX@ranlibsimso|
 
18
s|@AR@|@TTPREFIX@arsimso|
 
19
# -Dasm(X)= is for beam
 
20
s|@CFLAGS@|@GENERAL_CFLAGS@ -DCPU=SIMSPARCSOLARIS -DTOOL_FAMILY=gnu -DTOOL=gnu -DWANT_NONBLOCKING -DHAVE_MEMMOVE -DVXWORKS -I@WIND_BASE@/target/h -fvolatile -fno-builtin -fno-for-scope |
 
21
s|@LIB_CFLAGS@|@GENERAL_CFLAGS@ -DCPU=SIMSPARCSOLARIS -DTOOL_FAMILY=gnu -DTOOL=gnu -DWANT_NONBLOCKING -DHAVE_MEMMOVE -DVXWORKS -I@WIND_BASE@/target/h -mstrict-align -fvolatile -fno-builtin -fno-for-scope |