From 2eacba2f038fca0c7ce4713e73ef229faa3f3caa Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 31 Mar 2007 13:50:18 -0400 Subject: microperl plus missing config vars Message-ID: <460ED79A.5030809@iki.fi> p4raw-id: //depot/perl@30823 --- README.micro | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.micro') diff --git a/README.micro b/README.micro index 457778c6b6..040fcff6bb 100644 --- a/README.micro +++ b/README.micro @@ -24,4 +24,12 @@ If you make changes to uconfig.sh, run make -f Makefile.micro regen_uconfig -to regenerate uconfig.h. +to regenerate uconfig.h. If your compilation platform is not 32-bit +little-endian (like x86), you might want to try + + make -f Makefile.micro patch_uconfig + +*before* the "make -f Makefile.micro". This tries to minimally patch +the uconfig.sh using your *current* Perl so that your microperl has +the correct basic types and sizes and byteorder. + -- cgit v1.2.1