aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-01-25 18:48:08 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-01-25 18:48:08 +0200
commit87da302710201b28fe757cde0bf6ef8078aaaed5 (patch)
tree8253c09595ca04a8ec14f7ef75a65acca7679166
parent4e052f031a357a909afa4c3d004c10906041a556 (diff)
downloadegawk-87da302710201b28fe757cde0bf6ef8078aaaed5.tar.gz
egawk-87da302710201b28fe757cde0bf6ef8078aaaed5.tar.bz2
egawk-87da302710201b28fe757cde0bf6ef8078aaaed5.zip
Add README_d/README.zLinux.
-rw-r--r--README_d/ChangeLog4
-rw-r--r--README_d/README.zLinux16
2 files changed, 20 insertions, 0 deletions
diff --git a/README_d/ChangeLog b/README_d/ChangeLog
index 25695ca4..1896fbf8 100644
--- a/README_d/ChangeLog
+++ b/README_d/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-25 Arnold D. Robbins <arnold@skeeve.com>
+
+ * README.zLinux: New file.
+
2015-05-19 Arnold D. Robbins <arnold@skeeve.com>
* 4.1.3: Release tar ball made.
diff --git a/README_d/README.zLinux b/README_d/README.zLinux
new file mode 100644
index 00000000..2ff18fff
--- /dev/null
+++ b/README_d/README.zLinux
@@ -0,0 +1,16 @@
+Mon Jan 25 18:45:06 IST 2016
+============================
+
+For z/Linux (CentOS 4, at least), you must fix the optimization level
+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.
+
+If you don't change the optimization level, the testext test will fail.
+
+In any case, expect the fmtspcl test to fail.
+
+Arnold Robbins
+arnold@skeeve.com