aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 30b031801..93de61b95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,10 +25,6 @@ AX_CHECK_COMPILE_FLAG([-mindirect-branch=thunk], [
25 HAVE_SPECTRE="yes" 25 HAVE_SPECTRE="yes"
26 EXTRA_CFLAGS="$EXTRA_CFLAGS -mindirect-branch=thunk" 26 EXTRA_CFLAGS="$EXTRA_CFLAGS -mindirect-branch=thunk"
27]) 27])
28AX_CHECK_COMPILE_FLAG([-mretpoline], [
29 HAVE_SPECTRE="yes"
30 EXTRA_CFLAGS="$EXTRA_CFLAGS -mretpoline"
31])
32AX_CHECK_COMPILE_FLAG([-fstack-clash-protection], [ 28AX_CHECK_COMPILE_FLAG([-fstack-clash-protection], [
33 HAVE_SPECTRE="yes" 29 HAVE_SPECTRE="yes"
34 EXTRA_CFLAGS="$EXTRA_CFLAGS -fstack-clash-protection" 30 EXTRA_CFLAGS="$EXTRA_CFLAGS -fstack-clash-protection"