diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2007-03-31 13:50:18 -0400 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-04-01 12:57:24 +0000 |
commit | 2eacba2f038fca0c7ce4713e73ef229faa3f3caa (patch) | |
tree | 11330c09c2c6b2fdf871ac8c18dd98de8085c06e /README.micro | |
parent | e3abe207f764929a97eafa503a3780d5b7636ed2 (diff) | |
download | perl-2eacba2f038fca0c7ce4713e73ef229faa3f3caa.tar.gz |
microperl plus missing config vars
Message-ID: <460ED79A.5030809@iki.fi>
p4raw-id: //depot/perl@30823
Diffstat (limited to 'README.micro')
-rw-r--r-- | README.micro | 10 |
1 files changed, 9 insertions, 1 deletions
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. + |