From f27719d53ef37b54db5bd63d0fec756e37eb344d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 6 Dec 1994 10:49:36 +0000 Subject: [PATCH] Include "gnu.h". From-SVN: r8613 --- gcc/config/i386/gnu.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h index 9f29d5c9780..8858c2c77d6 100644 --- a/gcc/config/i386/gnu.h +++ b/gcc/config/i386/gnu.h @@ -15,3 +15,6 @@ /* Don't default to pcc-struct-return, because gcc is the only compiler, and we want to retain compatibility with older gcc versions. */ #define DEFAULT_PCC_STRUCT_RETURN 0 + +/* Get machine-independent configuration parameters for the GNU system. */ +#include "gnu.h" -- 2.30.2