summaryrefslogtreecommitdiff
path: root/README.micro
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2007-03-31 13:50:18 -0400
committerSteve Peters <steve@fisharerojo.org>2007-04-01 12:57:24 +0000
commit2eacba2f038fca0c7ce4713e73ef229faa3f3caa (patch)
tree11330c09c2c6b2fdf871ac8c18dd98de8085c06e /README.micro
parente3abe207f764929a97eafa503a3780d5b7636ed2 (diff)
downloadperl-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.micro10
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.
+