diff options
author | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-12-06 10:49:36 +0000 |
---|---|---|
committer | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-12-06 10:49:36 +0000 |
commit | 42a5c8b12c3fa84089e517f442f342166373cb7a (patch) | |
tree | 104530ea59ef2bd795d89db28d9faf5c66ed01e3 /gcc/config/i386/gnu.h | |
parent | 84ced6a349e32d0771681c33ebfe1e7fc6ccbe8f (diff) | |
download | gcc-42a5c8b12c3fa84089e517f442f342166373cb7a.tar.gz |
Include "gnu.h".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8613 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/gnu.h')
-rw-r--r-- | gcc/config/i386/gnu.h | 3 |
1 files changed, 3 insertions, 0 deletions
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" |