summaryrefslogtreecommitdiff
path: root/Porting/config_h.pl
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2014-01-15 06:42:35 -0300
committerBrian Fraser <fraserbn@gmail.com>2014-01-17 11:35:48 -0300
commit1b2243c701f4438018242947ec41ea8dd65e3dbe (patch)
treeb2e3cfa2f4f5d55a6fbc238600ad8a572bb904d5 /Porting/config_h.pl
parentb76ca5cc32f3249b9a89eb81c445f069e69fb814 (diff)
downloadperl-1b2243c701f4438018242947ec41ea8dd65e3dbe.tar.gz
config.h: Remove the exceptions for cross-compilation builds
This makes it so that the values for MEM_ALIGNBYTES and BYTEORDER are taken from config.sh, instead of always getting a default.
Diffstat (limited to 'Porting/config_h.pl')
-rwxr-xr-xPorting/config_h.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/Porting/config_h.pl b/Porting/config_h.pl
index 0042526b16..82f40d9fa0 100755
--- a/Porting/config_h.pl
+++ b/Porting/config_h.pl
@@ -36,7 +36,6 @@ my %dep = (
BYTEORDER => [ qw( UVSIZE ) ],
LONGSIZE => [ qw( BYTEORDER ) ],
MULTIARCH => [ qw( BYTEORDER MEM_ALIGNBYTES ) ],
- USE_CROSS_COMPILE => [ qw( BYTEORDER MEM_ALIGNBYTES ) ],
HAS_QUAD => [ qw( I64TYPE ) ],
HAS_GETGROUPS => [ qw( Groups_t ) ],
HAS_SETGROUPS => [ qw( Groups_t ) ],