This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
p55: add 'declarator' to listop. Fixes 'pipe my ($r, $w)'
[perl5.git] / README.micro
index 457778c..040fcff 100644 (file)
@@ -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.
+