diff options
author | Ulf Hermann <[email protected]> | 2019-01-30 10:24:44 +0100 |
---|---|---|
committer | Ulf Hermann <[email protected]> | 2019-08-26 07:50:53 +0000 |
commit | d2db6ecd9994210e75fb4362d781ec882ec7238a (patch) | |
tree | de0a6af582218030dcae43ed1a6911756f7527d1 /README.windows | |
parent | 188c2613b3744345e2ba3d4cfd0bcc47b12b74ae (diff) |
Split the "selfcontained" configure option in twoHEADQtCreator4.15.1QtCreator4.15.0-rc1QtCreator4.15.0-beta2QtCreator4.15.0-beta1QtCreator4.15.0QtCreator4.14.2QtCreator4.14.1QtCreator4.14.0-rc1QtCreator4.14.0-beta2QtCreator4.14.0-beta1QtCreator4.14.0QtCreator4.13.3QtCreator4.13.2QtCreator4.13.1QtCreator4.13.0-rc1QtCreator4.13.0-beta2QtCreator4.13.0-beta1QtCreator4.13.0QtCreator4.12.4QtCreator4.12.3QtCreator4.12.2QtCreator4.12.1QtCreator4.12.0-rc1QtCreator4.12.0-beta2QtCreator4.12.0-beta1QtCreator4.12.0QtCreator4.11.2QtCreator4.11.0-rc1QtCreator4.11.0-beta2QtCreator4.11.0-beta1QtCreator4.11.0master5.04.154.144.134.124.1112.011.010.0
upstream is growing an option to install elf.h. We want to use that.
Change-Id: Ica5bf0cdf281eb17ef29e0e1029662a5a9d875b1
Reviewed-by: Christian Kandeler <[email protected]>
Reviewed-by: Ulf Hermann <[email protected]>
Diffstat (limited to 'README.windows')
-rw-r--r-- | README.windows | 4 |
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 |