summaryrefslogtreecommitdiff
path: root/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config.h
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2012-04-24 14:08:37 -0700
committerJing Yu <jingyu@google.com>2012-04-24 14:08:37 -0700
commit21b2cba584638ed5ffad8e3fd3e6808bfa299cf0 (patch)
tree013ab0feaf2ca62b0667ceff9b488ae61bd54584 /lib/gcc/arm-eabi/4.6.x-google/plugin/include/config.h
parenta1833f5102e79a38f44cbf2cc924521957356e7c (diff)
downloadarm-eabi-4.6-21b2cba584638ed5ffad8e3fd3e6808bfa299cf0.tar.gz
Change-Id: I3783abf0005a74789942728a4cd63a1194b32daa
Diffstat (limited to 'lib/gcc/arm-eabi/4.6.x-google/plugin/include/config.h')
-rw-r--r--lib/gcc/arm-eabi/4.6.x-google/plugin/include/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config.h b/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config.h
new file mode 100644
index 0000000..aa6dd6b
--- /dev/null
+++ b/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config.h
@@ -0,0 +1,10 @@
+#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 */