diff options
author | Nathan Froyd <froydnj@codesourcery.com> | 2009-11-14 02:22:32 +0000 |
---|---|---|
committer | Nathan Froyd <froydnj@codesourcery.com> | 2009-11-14 02:22:32 +0000 |
commit | 68a3e151dab3d8be31eb5347e10db53daba25e2a (patch) | |
tree | 727033bc899e90f5dafd282d37a0ca64f3d8f1ab /sim/ppc/misc.c | |
parent | 4473e00469e3453a1ddbb93e8f99b08cfe0702e0 (diff) | |
download | ppe42-binutils-68a3e151dab3d8be31eb5347e10db53daba25e2a.tar.gz ppe42-binutils-68a3e151dab3d8be31eb5347e10db53daba25e2a.zip |
* 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.c')
-rw-r--r-- | sim/ppc/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/misc.c b/sim/ppc/misc.c index d8e54ed497..23e981a184 100644 --- a/sim/ppc/misc.c +++ b/sim/ppc/misc.c @@ -23,7 +23,7 @@ #include <stdarg.h> #include <ctype.h> -#include "config.h" +#include "build-config.h" #include "misc.h" #ifdef HAVE_STDLIB_H |