RESENT - [PATCH] utf8_heavy.pl
[p5sagit/p5-mst-13.2.git] / hints / vos.sh
CommitLineData
573e07cf 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.
12cc=gcc
13ccflags="-D_BSD_SOURCE -D_POSIX_C_SOURCE=199509L"
14
15# Make command.
16make="/system/gnu_library/bin/gmake"
17
18# Architecture name
19archname="hppa1.1"
20
21# POSIX commands are here.
22# paths="/system/gnu_library/bin"
23
24# Object library paths.
25loclibpth="/system/stcp/object_library"
26loclibpth="$loclibpth /system/stcp/object_library/common"
27loclibpth="$loclibpth /system/stcp/object_library/net"
28loclibpth="$loclibpth /system/stcp/object_library/socket"
29loclibpth="$loclibpth /system/posix_object_library/sysv"
30loclibpth="$loclibpth /system/posix_object_library"
31loclibpth="$loclibpth /system/c_object_library"
32loclibpth="$loclibpth /system/object_library"
33glibpth="$loclibpth"
34
35# Include library paths
36locincpth="/system/stcp/include_library"
37locincpth="$locincpth /system/stcp/include_library/arpa"
38locincpth="$locincpth /system/stcp/include_library/net"
39locincpth="$locincpth /system/stcp/include_library/netinet"
40locincpth="$locincpth /system/stcp/include_library/protocols"
41usrinc="/system/include_library"
42
43# Where to install perl5.
44prefix=/system/ported/perl5
45
46# Linker is gcc.
47ld="gcc"
48
49# No shared libraries.
50so="none"
51
52# Don't use nm.
53usenm="n"
54
55# Make the default be no large file support.
56uselargefiles="n"
57
58# Don't use malloc that comes with perl.
59usemymalloc="n"
60