summaryrefslogtreecommitdiff
path: root/gcc/inchash.h
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-29 13:32:34 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-29 13:32:34 +0000
commitc46201cf5e00638adb9ab011d47a9a72478b0136 (patch)
tree3cc1d5b6b9f0c626628a83668090522147a8d667 /gcc/inchash.h
parent2560551a86314e281f7ad1fa5f85bd536fb2929e (diff)
downloadgcc-c46201cf5e00638adb9ab011d47a9a72478b0136.tar.gz
gcc/
* inchash.h, inchash.c: Include bconfig.h for build objects. * Makefile.in (build/inchash.o): New rule. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222574 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/inchash.h')
-rw-r--r--gcc/inchash.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/inchash.h b/gcc/inchash.h
index a1db9587beb..54fb0d853b2 100644
--- a/gcc/inchash.h
+++ b/gcc/inchash.h
@@ -20,7 +20,11 @@ along with GCC; see the file COPYING3. If not see
#ifndef INCHASH_H
#define INCHASH_H 1
+#ifdef GENERATOR_FILE
+#include "bconfig.h"
+#else
#include "config.h"
+#endif
#include "system.h"
#include "coretypes.h"
#include "hashtab.h"