aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/misc.h
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@codesourcery.com>2009-11-14 02:22:32 +0000
committerNathan Froyd <froydnj@codesourcery.com>2009-11-14 02:22:32 +0000
commit68a3e151dab3d8be31eb5347e10db53daba25e2a (patch)
tree727033bc899e90f5dafd282d37a0ca64f3d8f1ab /sim/ppc/misc.h
parent4473e00469e3453a1ddbb93e8f99b08cfe0702e0 (diff)
downloadgdb-68a3e151dab3d8be31eb5347e10db53daba25e2a.zip
gdb-68a3e151dab3d8be31eb5347e10db53daba25e2a.tar.gz
gdb-68a3e151dab3d8be31eb5347e10db53daba25e2a.tar.bz2
* configure.ac: If build != host, create a separate build-config.h
file desecribing the build machine. * configure: Regenerate. * lf.c: Include build-config.h instead of config.h. * dgen.c: Likewise. * igen.c: Likewise. * misc.c: Likewise. * misc.h: Likewise. * filter.c: Likewise. * table.c: Likewise.
Diffstat (limited to 'sim/ppc/misc.h')
-rw-r--r--sim/ppc/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/misc.h b/sim/ppc/misc.h
index 50301fd..d09d5fe 100644
--- a/sim/ppc/misc.h
+++ b/sim/ppc/misc.h
@@ -21,7 +21,7 @@
/* Frustrating header junk */
-#include "config.h"
+#include "build-config.h"
#include <stdio.h>
#include <ctype.h>