aboutsummaryrefslogtreecommitdiffstats
path: root/README_d/README.zLinux
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-01-25 18:48:52 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-01-25 18:48:52 +0200
commit1b26259a62044fb7e1942e7117f5c40c74e92b7a (patch)
tree172e1e246d077abb1c6c948164172aaa5e8d6720 /README_d/README.zLinux
parent3714493cbbcac77f5a0f791b7789b25ab83dfedc (diff)
parent87da302710201b28fe757cde0bf6ef8078aaaed5 (diff)
downloadegawk-1b26259a62044fb7e1942e7117f5c40c74e92b7a.tar.gz
egawk-1b26259a62044fb7e1942e7117f5c40c74e92b7a.tar.bz2
egawk-1b26259a62044fb7e1942e7117f5c40c74e92b7a.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'README_d/README.zLinux')
-rw-r--r--README_d/README.zLinux16
1 files changed, 16 insertions, 0 deletions
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