diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-31 22:00:26 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-31 22:00:26 +0200 |
commit | a4d313ca20a63d28b7a2020e6897f4e3e04dae6e (patch) | |
tree | c575630a4e577ba1009c6477f03e2207b7ddc4dc /README_d/README.aix | |
parent | 608c1d180a9e1d132287aacde015dfd0c8fa4953 (diff) | |
parent | 95aa1b0f60981430eb5cca81ead2d86d3c2793e1 (diff) | |
download | egawk-a4d313ca20a63d28b7a2020e6897f4e3e04dae6e.tar.gz egawk-a4d313ca20a63d28b7a2020e6897f4e3e04dae6e.tar.bz2 egawk-a4d313ca20a63d28b7a2020e6897f4e3e04dae6e.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'README_d/README.aix')
-rw-r--r-- | README_d/README.aix | 9 |
1 files changed, 9 insertions, 0 deletions
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. |