summaryrefslogtreecommitdiff
path: root/i486-stage2
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-23 11:07:48 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-23 11:07:48 +0100
commitcb8edbf9ec88a457e715b3592e30a9884e8cbfd6 (patch)
tree2c68cb07dfa8cf52c7a8d897282b9ab17e9d9262 /i486-stage2
parentbbc33eca943411eae18d689e9bfb5da3af4179c1 (diff)
downloadbootstrap32-cb8edbf9ec88a457e715b3592e30a9884e8cbfd6.tar.xz
building git, some fixes with login shells in ssh
Diffstat (limited to 'i486-stage2')
-rw-r--r--i486-stage2/pcre2/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/i486-stage2/pcre2/DESCR b/i486-stage2/pcre2/DESCR
new file mode 100644
index 0000000..56ea041
--- /dev/null
+++ b/i486-stage2/pcre2/DESCR
@@ -0,0 +1,6 @@
+# pcre2 configure, overload CFLAGS and CXXFLAGS to avoid optimization
+# using MMX registers (default in gcc)
+sed -i 's@./configure@CFLAGS="-march=i486 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" CXXFLAGS="-march=i486 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" ./configure@' PKGBUILD
+
+# disable JIT, contains hard coded XMM registers
+sed -i 's/--enable-jit/--disable-jit/' PKGBUILD