X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NOTES;h=b938d02bb0627e716ad1b1176a31a73dc4063733;hb=3185942a5234e26ab13fa02f9c51d340cec514f8;hp=2e5c6b98d97b75de8c4fd92860651c700be5cfea;hpb=0628567a28f3510f506ae46cb9b24b73a6d2dc5d;p=platform%2Fupstream%2Fbash.git diff --git a/NOTES b/NOTES index 2e5c6b9..b938d02 100644 --- a/NOTES +++ b/NOTES @@ -335,3 +335,13 @@ Platform-Specific Configuration and Operation Notes 17. Do NOT use bison-1.75. It builds a non-working parser. The most obvious effect is that constructs like "for i; do echo $i; done" don't loop over the positional parameters. + +18. I have received reports that using -O2 with the MIPSpro results in a + binary that fails in strange ways. Using -O1 seems to work. + +19. There is special handling to ensure the shell links against static + versions of the included readline and history libraries on Mac OS X; + Apple ships inadequate dynamic libreadline and libhistory "replacements" + as standard libraries. + +