summaryrefslogtreecommitdiff
path: root/vos/configure_full_perl.sh
diff options
context:
space:
mode:
authorPaul Green <Paul.Green@stratus.com>2002-05-05 13:15:00 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-05 22:15:48 +0000
commitc71882ca62bae8258b04c568faa83361dbc72d39 (patch)
treeb1939001d5fc59f87396e7c96cb7a95770d3a717 /vos/configure_full_perl.sh
parent3e9ffe509f527252a23d5921dcd6cd5a3671012b (diff)
downloadperl-c71882ca62bae8258b04c568faa83361dbc72d39.tar.gz
Update README.vos and release vos build macros
Message-Id: <200205052114.RAA26329@mailhub2.stratus.com> To: perl5-porters@perl.org p4raw-id: //depot/perl@16419
Diffstat (limited to 'vos/configure_full_perl.sh')
-rw-r--r--vos/configure_full_perl.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/vos/configure_full_perl.sh b/vos/configure_full_perl.sh
new file mode 100644
index 0000000000..28eab52513
--- /dev/null
+++ b/vos/configure_full_perl.sh
@@ -0,0 +1,21 @@
+# Configure environment variables for perl build.
+declare -x AWK="/system/gnu_library/bin/gawk.pm"
+export AWK
+declare -x CC="/system/gnu_library/bin/gcc.pm"
+export CC
+declare -x CPP="$CC $CPPFLAGS -E"
+export CPP
+declare -x CPPFLAGS="-D_POSIX_SOURCE=199506L -D_SYSV"
+export CPPFLAGS
+declare -x CONFIG_SHELL="bash"
+export CONFIG_SHELL
+declare -x LD="/system/gnu_library/bin/gcc.pm"
+export LD
+declare -x MAKE="/system/gnu_library/bin/gmake.pm"
+export MAKE
+declare -x RANLIB=":"
+export RANLIB
+declare -x SHELL="/system/gnu_library/bin/bash.pm"
+export SHELL
+#
+bash Configure -Dusedevel -des