This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Android hints: define d_procselfexe and procselfexe if needed
authorBrian Fraser <fraserbn@gmail.com>
Wed, 20 Aug 2014 17:21:30 +0000 (19:21 +0200)
committerBrian Fraser <fraserbn@gmail.com>
Wed, 20 Aug 2014 18:27:19 +0000 (20:27 +0200)
commitff44ff0cff6fd900c7ab2c2483f4f54d6652d1ab
tree5e120e0df061fc81c30f146b573fd6c71cb66c8f
parent1b190a66c0446de78472717686002533bc9a9707
Android hints: define d_procselfexe and procselfexe if needed

Only affects cross-compile builds; currently the tests
in Configure for this feature will be run on the host,
not the target system, which makes the detection of the
feature unreliable.

Since we know that /proc/self/exe exists, just define it
and set $procselfexe to that.
hints/linux-android.sh