From 4e7e4f3b4ba723bef4b1bcff8902ea38162737d9 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 2 May 2022 08:55:36 -0700 Subject: powerpc32: Remove unused HAVE_PPC_SECURE_PLT 82a79e7d1843f9d90075a0bf2f04557040829bb0 removed the only user of HAVE_PPC_SECURE_PLT. Reviewed-by: Florian Weimer --- 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 916465fce8..dd650ddd09 100644 --- a/config.h.in +++ b/config.h.in @@ -153,9 +153,6 @@ /* Define if inlined system calls are available. */ #undef HAVE_INLINED_SYSCALLS -/* Define if your compiler defaults to -msecure-plt mode on ppc. */ -#undef HAVE_PPC_SECURE_PLT - /* Define if memory tagging support should be enabled. */ #undef USE_MTAG -- cgit 1.4.1