This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Need to skip Storable's threads test on 5.8.2 with ithreads and
[perl5.git] / vos / configure_full_perl.sh
CommitLineData
c71882ca
PG
1# Configure environment variables for perl build.
2declare -x AWK="/system/gnu_library/bin/gawk.pm"
3export AWK
4declare -x CC="/system/gnu_library/bin/gcc.pm"
5export CC
6declare -x CPP="$CC $CPPFLAGS -E"
7export CPP
8declare -x CPPFLAGS="-D_POSIX_SOURCE=199506L -D_SYSV"
9export CPPFLAGS
10declare -x CONFIG_SHELL="bash"
11export CONFIG_SHELL
12declare -x LD="/system/gnu_library/bin/gcc.pm"
13export LD
14declare -x MAKE="/system/gnu_library/bin/gmake.pm"
15export MAKE
16declare -x RANLIB=":"
17export RANLIB
18declare -x SHELL="/system/gnu_library/bin/bash.pm"
19export SHELL
20#
e083ff9b 21bash Configure -des