summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2014-01-22 22:46:07 -0300
committerBrian Fraser <fraserbn@gmail.com>2014-01-22 22:46:07 -0300
commitb200d446d039db61da737bce424ec470309c0f70 (patch)
tree7e6d85b4af34424143adf6122f7d1cdabf77f1b5 /perl.h
parent9c213c250ec5aeaa30aa3d4c8ff3a1ccb02330a9 (diff)
parent8b6a017ccef7126ae5bcac137fa9a45de4f2c155 (diff)
downloadperl-b200d446d039db61da737bce424ec470309c0f70.tar.gz
Merge branch 'cross-compile-revamp' into blead
This branch modifies how the cross-compilation model works. The main change is that we now build a host miniperl to use locally, rather than running each call to miniperl remotely. It also removes several of the exceptions from the old model (no xlib, xconfig.h, or Cross.pm).
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/perl.h b/perl.h
index b7dead9e80..b748850998 100644
--- a/perl.h
+++ b/perl.h
@@ -25,11 +25,7 @@
#ifdef PERL_MICRO
# include "uconfig.h"
#else
-# ifndef USE_CROSS_COMPILE
-# include "config.h"
-# else
-# include "xconfig.h"
-# endif
+# include "config.h"
#endif
/* See L<perlguts/"The Perl API"> for detailed notes on