aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-21 13:01:33 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-21 19:17:21 +0200
commit2155815234808373a00fcba67a59e40f40c564ee (patch)
tree5ceec67828918c0b94853b070fd37e791f25540c /README-maintainer
parentf562d494b09dd889ac7600cfd22e4d7124e8656c (diff)
downloadqpdf-2155815234808373a00fcba67a59e40f40c564ee.tar.zst
configure: determine wordsize automatically
Based on sizeof(size_t). Assumes 64 if not 32.
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer3
1 files changed, 3 insertions, 0 deletions
diff --git a/README-maintainer b/README-maintainer
index dc3e1d5b..77c1b1a3 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -90,6 +90,9 @@ RELEASE PREPARATION
* Test with clang. Pass `CC=clang CXX=clang++` to `./configure`. Test
with newer version of gcc if available.
+* Test 32-bit. Pass `CC=i686-linux-gnu-gcc CXX=i686-linux-gnu-g++` to
+ `./configure`.
+
* Test build on a mac.
* Test with address sanitizer as described above.