Configure: Split the usecrosscompile section from the to/from/run section
authorJess Robinson <castaway@desert-island.me.uk>
Sat, 29 Dec 2012 21:23:01 +0000 (21:23 +0000)
committerBrian Fraser <fraserbn@gmail.com>
Wed, 22 Jan 2014 16:08:18 +0000 (13:08 -0300)
commitcb87e003d326c2b93218621fcb55241056a83aa1
tree028b432c51707da2dfe13f0bb896b24b199d96ec
parentc9d1bf8e2b28429d0317b74fdaafba4b42aca99b
Configure: Split the usecrosscompile section from the to/from/run section

Beyond organization, this also makes sure that usecrosscompile is
always set to undef if we're not cross-compiling, which enables
code to realibly use $Config{usecrosscompile} to check for a
cross-compiling perl.
Configure