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# 21bash Configure -des 22