[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 017/143] meson: enable pie
From: |
Paolo Bonzini |
Subject: |
[PATCH 017/143] meson: enable pie |
Date: |
Thu, 6 Aug 2020 21:14:13 +0200 |
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 3083187..23b990e 100755
--- a/configure
+++ b/configure
@@ -8443,6 +8443,7 @@ NINJA=$PWD/ninjatool $python $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"
--
1.8.3.1
- Re: [PATCH 005/143] meson: rename .inc.c files to .inc, (continued)
[PATCH 011/143] configure: prepare CFLAGS/CXXFLAGS/LDFLAGS for Meson, Paolo Bonzini, 2020/08/06
[PATCH 013/143] configure: generate Meson cross file, Paolo Bonzini, 2020/08/06
[PATCH 014/143] build-sys hack: link with whole .fa archives, Paolo Bonzini, 2020/08/06
[PATCH 015/143] build-sys: add meson submodule, Paolo Bonzini, 2020/08/06
[PATCH 016/143] meson: move summary to meson.build, Paolo Bonzini, 2020/08/06
[PATCH 012/143] configure: integrate Meson in the build system, Paolo Bonzini, 2020/08/06
[PATCH 017/143] meson: enable pie,
Paolo Bonzini <=
[PATCH 018/143] meson: use coverage option, Paolo Bonzini, 2020/08/06
[PATCH 020/143] meson: add testsuite Makefile generator, Paolo Bonzini, 2020/08/06
[PATCH 019/143] meson: add sparse support, Paolo Bonzini, 2020/08/06
[PATCH 022/143] meson: add remaining generated tcg trace helpers, Paolo Bonzini, 2020/08/06
[PATCH 021/143] libqemuutil, qapi, trace: convert to meson, Paolo Bonzini, 2020/08/06
[PATCH 024/143] contrib/libvhost-user: convert to Meson, Paolo Bonzini, 2020/08/06
[PATCH 025/143] tools/virtiofsd: convert to Meson, Paolo Bonzini, 2020/08/06