From 39d6ec9c0d20d3d03ac0955f489d90a12a2cc0cc Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Tue, 14 Jan 2014 00:19:08 -0300 Subject: [PATCH] perldelta for -Dsysroot --- pod/perldelta.pod | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index db0692c..aff4c74 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -295,6 +295,16 @@ named something "unique" -- for example, Hash/Util/Util.so becomes Hash/Util/PL_Hash__Util.so. This behavior is similar to what currently happens on VMS, and serves as groundwork for the Android port. +=item * + +C option to indicate the logical root directory under gcc and clang. + +When building with this option set, both Configure and the compilers search +for all headers and libraries under this new sysroot, instead of /. + +This is a huge time saver if cross-compiling, but can also help +on native builds if your toolchain's files have non-standard locations. + =back =head1 Testing -- 2.7.4