c63ac9c1d913e8fc52a6bd676eab22325d5176c9
[p5sagit/p5-mst-13.2.git] / hints / vos.sh
1 # $Id: vos.sh,v 1.0 2001-12-11 09:30:00-05 Green Exp $
2
3 # This is a hints file for Stratus VOS, using the POSIX environment
4 # in VOS 14.4.0 and higher.
5 #
6 # VOS POSIX is based on POSIX.1-1996.  It ships with gcc as the standard
7 # compiler.
8 #
9 # Paul Green (Paul.Green@stratus.com)
10
11 # C compiler and default options.
12 cc=gcc
13 ccflags="-D_BSD_SOURCE -D_POSIX_C_SOURCE=199509L"
14
15 # Make command.
16 make="/system/gnu_library/bin/gmake"
17
18 # Architecture name
19 archname="hppa1.1"
20
21 # POSIX commands are here.
22 # paths="/system/gnu_library/bin"
23
24 # Object library paths.
25 loclibpth="/system/stcp/object_library"
26 loclibpth="$loclibpth /system/stcp/object_library/common"
27 loclibpth="$loclibpth /system/stcp/object_library/net"
28 loclibpth="$loclibpth /system/stcp/object_library/socket"
29 loclibpth="$loclibpth /system/posix_object_library/sysv"
30 loclibpth="$loclibpth /system/posix_object_library"
31 loclibpth="$loclibpth /system/c_object_library"
32 loclibpth="$loclibpth /system/object_library"
33 glibpth="$loclibpth"
34
35 # Include library paths
36 locincpth="/system/stcp/include_library"
37 locincpth="$locincpth /system/stcp/include_library/arpa"
38 locincpth="$locincpth /system/stcp/include_library/net"
39 locincpth="$locincpth /system/stcp/include_library/netinet"
40 locincpth="$locincpth /system/stcp/include_library/protocols"
41 usrinc="/system/include_library"
42
43 # Where to install perl5.
44 prefix=/system/ported/perl5
45
46 # Linker is gcc.
47 ld="gcc"
48
49 # No shared libraries.
50 so="none"
51
52 # Don't use nm.
53 usenm="n"
54
55 # Make the default be no large file support.
56 uselargefiles="n"
57
58 # Don't use malloc that comes with perl.
59 usemymalloc="n"
60