From ac68c97187e3729668ff5048c9bd27aae14e974d Mon Sep 17 00:00:00 2001 From: Aliaksey Kandratsenka Date: Sun, 14 Feb 2021 14:25:49 -0800 Subject: don't check for useless __builtin_stack_pointer It doesn't seem to be supported anyways, and we're not using it too. --- cmake/config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmake') diff --git a/cmake/config.h.in b/cmake/config.h.in index ef3926f..7e676ff 100644 --- a/cmake/config.h.in +++ b/cmake/config.h.in @@ -30,9 +30,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_ASM_PTRACE_H -/* Define to 1 if compiler supports __builtin_stack_pointer */ -#cmakedefine HAVE_BUILTIN_STACK_POINTER - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_CYGWIN_SIGNAL_H -- cgit v1.2.1