[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 021/150] meson: enable pie
From: |
Paolo Bonzini |
Subject: |
[PULL 021/150] meson: enable pie |
Date: |
Tue, 18 Aug 2020 10:08:16 -0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 4ed8c9b673..949bff09c3 100755
--- a/configure
+++ b/configure
@@ -8469,6 +8469,7 @@ NINJA=$PWD/ninjatool $meson setup \
-Ddebug=$(if test "$debug_info" = yes; then echo true; else echo
false; fi) \
-Dwerror=$(if test "$werror" = yes; then echo true; else echo false;
fi) \
-Dstrip=$(if test "$strip_opt" = yes; then echo true; else echo false;
fi) \
+ -Db_pie=$(if test "$pie" = yes; then echo true; else echo false; fi) \
$cross_arg \
"$PWD" "$source_path"
--
2.26.2
- [PULL 008/150] tests/vm: do not pollute configure with --efi-aarch64, (continued)
- [PULL 008/150] tests/vm: do not pollute configure with --efi-aarch64, Paolo Bonzini, 2020/08/18
- [PULL 013/150] configure: expand path variables for meson configure, Paolo Bonzini, 2020/08/18
- [PULL 012/150] configure: do not include $(...) variables in config-host.mak, Paolo Bonzini, 2020/08/18
- [PULL 010/150] tests/docker: add test script for static linux-user builds, Paolo Bonzini, 2020/08/18
- [PULL 015/150] tests/vm: include setuptools, Paolo Bonzini, 2020/08/18
- [PULL 009/150] tests/vm: check for Python YAML parser in the Makefile, Paolo Bonzini, 2020/08/18
- [PULL 017/150] configure: generate Meson cross file, Paolo Bonzini, 2020/08/18
- [PULL 018/150] build-sys hack: link with whole .fa archives, Paolo Bonzini, 2020/08/18
- [PULL 016/150] configure: integrate Meson in the build system, Paolo Bonzini, 2020/08/18
- [PULL 020/150] meson: move summary to meson.build, Paolo Bonzini, 2020/08/18
- [PULL 021/150] meson: enable pie,
Paolo Bonzini <=
- [PULL 022/150] meson: use coverage option, Paolo Bonzini, 2020/08/18
- [PULL 019/150] build-sys: add meson submodule, Paolo Bonzini, 2020/08/18
- [PULL 028/150] contrib/libvhost-user: convert to Meson, Paolo Bonzini, 2020/08/18
- [PULL 029/150] tools/virtiofsd: convert to Meson, Paolo Bonzini, 2020/08/18
- [PULL 027/150] meson: add version.o, Paolo Bonzini, 2020/08/18
- [PULL 030/150] contrib/vhost-user-blk: convert to Meson, Paolo Bonzini, 2020/08/18
- [PULL 034/150] contrib/vhost-user-input: convert to meson, Paolo Bonzini, 2020/08/18
- [PULL 023/150] meson: add sparse support, Paolo Bonzini, 2020/08/18
- [PULL 026/150] meson: add remaining generated tcg trace helpers, Paolo Bonzini, 2020/08/18
- [PULL 024/150] meson: add testsuite Makefile generator, Paolo Bonzini, 2020/08/18