From 1e8846493e108861a15f71381747c2b0cebc9ed9 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 8 Jan 2020 18:29:39 +0100 Subject: [PATCH] m4: fix typo --- m4/ax_harden_compiler_flags.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/ax_harden_compiler_flags.m4 b/m4/ax_harden_compiler_flags.m4 index 3ab54938..9302b12d 100644 --- a/m4/ax_harden_compiler_flags.m4 +++ b/m4/ax_harden_compiler_flags.m4 @@ -201,7 +201,7 @@ AC_DEFUN([_HARDEN_CC_COMPILER_FLAGS], _APPEND_COMPILE_FLAGS_ERROR([-Wsizeof-pointer-memaccess]) _APPEND_COMPILE_FLAGS_ERROR([-Wpacked]) _APPEND_COMPILE_FLAGS_ERROR([-Wlong-long]) - _APPEND_COMPILE_FLAGS_ERROR([ftrapv]) + _APPEND_COMPILE_FLAGS_ERROR([-ftrapv]) # Stop error when using -pie on library builds _APPEND_COMPILE_FLAGS_ERROR([-Wno-unused-command-line-argument]) # GCC 4.5 removed this. -- 2.30.2