toolchain/lib/gcc/x86_64-linux-musl/12.2.0/plugin/include/config.h
lw-everestlinux 0f60cb847b init
2022-12-05 16:58:59 -05:00

11 lines
217 B
C

#ifndef GCC_CONFIG_H
#define GCC_CONFIG_H
#ifdef GENERATOR_FILE
#error config.h is for the host, not build, machine.
#endif
#include "auto-host.h"
#ifdef IN_GCC
# include "ansidecl.h"
#endif
#endif /* GCC_CONFIG_H */