summaryrefslogtreecommitdiffstats
path: root/README.windows
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-01-30 10:24:44 +0100
committerUlf Hermann <ulf.hermann@qt.io>2019-08-26 07:50:53 +0000
commitd2db6ecd9994210e75fb4362d781ec882ec7238a (patch)
treede0a6af582218030dcae43ed1a6911756f7527d1 /README.windows
parent188c2613b3744345e2ba3d4cfd0bcc47b12b74ae (diff)
upstream is growing an option to install elf.h. We want to use that. Change-Id: Ica5bf0cdf281eb17ef29e0e1029662a5a9d875b1 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'README.windows')
-rw-r--r--README.windows4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.windows b/README.windows
index 2c4df058..170754db 100644
--- a/README.windows
+++ b/README.windows
@@ -1,12 +1,12 @@
In order to build this with mingw/msys for perfparser, use the following configure line:
-LDFLAGS=-static-libgcc configure --enable-maintainer-mode --enable-selfcontained --enable-gnulib \
+LDFLAGS=-static-libgcc configure --enable-maintainer-mode --enable-install-elfh --enable-install-featuresh --enable-gnulib \
--without-bzlib --without-lzma --disable-symbol-versioning
That is:
- static-libgcc so that we don't depend on a shared libgcc
- maintainer-mode as we are building from git
-- selfcontained to ship the headers needed to link perfparser
+- install-elfh and install-featuresh to ship the headers needed to build perfparser
- gnulib to replace missing libc functions
- without-bzlib to avoid extra dependencies
- without-lzma also to avoid dependencies