X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.micro;h=040fcff6bbed58bf70500d505b4d2dc1f838bd92;hb=e8163f9b21612cd7bfeb1e3e84bf7226ccb0475d;hp=457778c6b6017bfd1ba12ad0c9a9f1ded1f02ce4;hpb=535ceeb00745175afe74daacb3fafbd3f7b4ac49;p=p5sagit%2Fp5-mst-13.2.git diff --git a/README.micro b/README.micro index 457778c..040fcff 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. +