From f294306ba1385b096f4e4cac9146a989f1e6d1c0 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Wed, 19 May 2021 10:22:19 -0300 Subject: Remove --enable-stackguard-randomization (BZ #27872) Last ENABLE_STACKGUARD_RANDOMIZE usage was removed by 4a103975c4. --- config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 99036b887f..d54c8c5d13 100644 --- a/config.h.in +++ b/config.h.in @@ -160,9 +160,6 @@ /* Define if your compiler defaults to -msecure-plt mode on ppc. */ #undef HAVE_PPC_SECURE_PLT -/* Define if __stack_chk_guard canary should be randomized at program startup. */ -#undef ENABLE_STACKGUARD_RANDOMIZE - /* Define if memory tagging support should be enabled. */ #undef USE_MTAG -- cgit 1.4.1