summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2021-02-14 14:25:49 -0800
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2021-02-14 15:44:14 -0800
commitac68c97187e3729668ff5048c9bd27aae14e974d (patch)
tree0dbd1b3044b538ac23470026f9f4cfa491d9e5bf /cmake
parent7271bb72be08db491d3f0c60c1b0d5593cc1b5b5 (diff)
downloadgperftools-ac68c97187e3729668ff5048c9bd27aae14e974d.tar.gz
don't check for useless __builtin_stack_pointer
It doesn't seem to be supported anyways, and we're not using it too.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.h.in3
1 files changed, 0 insertions, 3 deletions
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 <asm/ptrace.h> 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 <cygwin/signal.h> header file. */
#cmakedefine HAVE_CYGWIN_SIGNAL_H