| Line | |
|---|
| 1 | # Configure environment variables for perl build.
|
|---|
| 2 | declare -x AWK="/system/gnu_library/bin/gawk.pm"
|
|---|
| 3 | export AWK
|
|---|
| 4 | declare -x CC="/system/gnu_library/bin/gcc.pm"
|
|---|
| 5 | export CC
|
|---|
| 6 | declare -x CPP="$CC $CPPFLAGS -E"
|
|---|
| 7 | export CPP
|
|---|
| 8 | declare -x CPPFLAGS="-D_POSIX_SOURCE=199506L -D_SYSV"
|
|---|
| 9 | export CPPFLAGS
|
|---|
| 10 | declare -x CONFIG_SHELL="bash"
|
|---|
| 11 | export CONFIG_SHELL
|
|---|
| 12 | declare -x LD="/system/gnu_library/bin/gcc.pm"
|
|---|
| 13 | export LD
|
|---|
| 14 | declare -x MAKE="/system/gnu_library/bin/gmake.pm"
|
|---|
| 15 | export MAKE
|
|---|
| 16 | declare -x RANLIB=":"
|
|---|
| 17 | export RANLIB
|
|---|
| 18 | declare -x SHELL="/system/gnu_library/bin/bash.pm"
|
|---|
| 19 | export SHELL
|
|---|
| 20 | #
|
|---|
| 21 | bash Configure -des
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.