From 2b60d3358e6c7e5359b5f9d58b5174366b20e93a Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Thu, 23 Jan 2014 19:45:40 +0100 Subject: [PATCH] perldelta for -Dtargetsh --- pod/perldelta.pod | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 95478f9..8ed60ca 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -263,6 +263,15 @@ C. The incompatible changes include no longer using xconfig.h, xlib, or Cross.pm, so canned config files and Makefiles will have to be updated. +=item * + +Related to the above, there is now a way of specifying the location of sh +(or equivalent) on the target system: C. + +For example, Android has its sh in /system/bin/sh, so if cross-compiling +from a more normal Unixy system with sh in /bin/sh, "targetsh" would end +up as /system/bin/sh, and "sh" as /bin/sh. + =back =head1 Testing -- 2.7.4