aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/gnu.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gcc.gnu.org>1994-12-06 10:49:36 +0000
committerRoland McGrath <roland@gcc.gnu.org>1994-12-06 10:49:36 +0000
commitf27719d53ef37b54db5bd63d0fec756e37eb344d (patch)
tree104530ea59ef2bd795d89db28d9faf5c66ed01e3 /gcc/config/i386/gnu.h
parentbc9165144e32001cff1cd9334b50ec444e3bd54c (diff)
downloadgcc-f27719d53ef37b54db5bd63d0fec756e37eb344d.zip
gcc-f27719d53ef37b54db5bd63d0fec756e37eb344d.tar.gz
gcc-f27719d53ef37b54db5bd63d0fec756e37eb344d.tar.bz2
Include "gnu.h".
From-SVN: r8613
Diffstat (limited to 'gcc/config/i386/gnu.h')
-rw-r--r--gcc/config/i386/gnu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h
index 9f29d5c..8858c2c 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"