diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-31 21:59:42 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-31 21:59:42 +0200 |
commit | 95aa1b0f60981430eb5cca81ead2d86d3c2793e1 (patch) | |
tree | 3f3ec074c7596a0c780ee68eac5b706c8af80f92 | |
parent | 463ef15103eb7708e2f295920faf5a8def306aa0 (diff) | |
download | egawk-95aa1b0f60981430eb5cca81ead2d86d3c2793e1.tar.gz egawk-95aa1b0f60981430eb5cca81ead2d86d3c2793e1.tar.bz2 egawk-95aa1b0f60981430eb5cca81ead2d86d3c2793e1.zip |
Add README.aix. Typo fix in README.zLinux.
-rw-r--r-- | README_d/ChangeLog | 5 | ||||
-rw-r--r-- | README_d/README.aix | 9 | ||||
-rw-r--r-- | README_d/README.zLinux | 2 |
3 files changed, 15 insertions, 1 deletions
diff --git a/README_d/ChangeLog b/README_d/ChangeLog index a9377f0f..da3ced84 100644 --- a/README_d/ChangeLog +++ b/README_d/ChangeLog @@ -1,3 +1,8 @@ +2016-10-31 Arnold D. Robbins <arnold@skeeve.com> + + * README.aix: New file. + * README.zLinux: Typo fix. + 2016-08-25 Arnold D. Robbins <arnold@skeeve.com> * 4.1.4: Release tar ball made. diff --git a/README_d/README.aix b/README_d/README.aix new file mode 100644 index 00000000..eb686fe6 --- /dev/null +++ b/README_d/README.aix @@ -0,0 +1,9 @@ +Mon Oct 31 21:54:05 IST 2016 +============================ + +To compile gawk 4.1.4 correctly with IBM's xlc compiler, you need to +use the -qalias=noansi command line option. Otherwise the compiler +makes incorrect optimizations and the resulting binary core dumps +on many tests. + +Thanks to Tony Reix (tony.reix@atos.net) for the info. diff --git a/README_d/README.zLinux b/README_d/README.zLinux index 2ff18fff..e9dbcb60 100644 --- a/README_d/README.zLinux +++ b/README_d/README.zLinux @@ -6,7 +6,7 @@ before compiling: 1. Run configure. 2. Edit the top-level Makefile and extension/Makefile and change -O2 to -O1. -3. Run `make && make' check as usual. +3. Run `make && make check' as usual. If you don't change the optimization level, the testext test will fail. |