From 66e070b00ff327df3d7515222a4d85105c883d4a Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Wed, 24 Feb 2021 09:39:11 +0000 Subject: [PATCH] Revert: "Don't build insn-extract.o with rtl checking" This reverts commit 8441545d4f2afb9e9342e0dac378eafd03f00462. --- gcc/genextract.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/genextract.c b/gcc/genextract.c index 0f350b9e7ae..5bc1fec774e 100644 --- a/gcc/genextract.c +++ b/gcc/genextract.c @@ -365,8 +365,6 @@ print_header (void) #define IN_TARGET_CODE 1\n\ #include \"config.h\"\n\ #include \"system.h\"\n\ -#undef ENABLE_RTL_CHECKING\n\ -#undef ENABLE_RTL_FLAG_CHECKING\n\ #include \"coretypes.h\"\n\ #include \"tm.h\"\n\ #include \"rtl.h\"\n\ -- 2.11.4.GIT