xref: /minix3/external/gpl3/gcc/usr.bin/gcc/arch/m68000/config.h (revision 18a5822eff3a5bdeb6301a60d7d6269594c7ce35)
1*18a5822eSThomas Veerman /* This file is automatically generated.  DO NOT EDIT! */
2*18a5822eSThomas Veerman /* Generated from: 	NetBSD: mknative-gcc,v 1.58 2011/07/02 13:25:05 mrg Exp  */
3*18a5822eSThomas Veerman /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
4*18a5822eSThomas Veerman 
5*18a5822eSThomas Veerman #ifndef GCC_CONFIG_H
6*18a5822eSThomas Veerman #define GCC_CONFIG_H
7*18a5822eSThomas Veerman #ifdef GENERATOR_FILE
8*18a5822eSThomas Veerman #error config.h is for the host, not build, machine.
9*18a5822eSThomas Veerman #endif
10*18a5822eSThomas Veerman #include "auto-host.h"
11*18a5822eSThomas Veerman #ifdef IN_GCC
12*18a5822eSThomas Veerman # include "ansidecl.h"
13*18a5822eSThomas Veerman #endif
14*18a5822eSThomas Veerman #endif /* GCC_CONFIG_H */
15