summaryrefslogtreecommitdiffstats
path: root/gcc/crtstuff.c
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-11 13:40:12 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-11 13:40:12 +0000
commitdd41a27bc51c171701568a1111898742957e6f49 (patch)
tree1ee844e17f129c6cfe1088f7018b8c0cfed4dcad /gcc/crtstuff.c
parenta288bc7c9947f18d17c56a2a2af8e172eac4f846 (diff)
downloadppe42-gcc-dd41a27bc51c171701568a1111898742957e6f49.tar.gz
ppe42-gcc-dd41a27bc51c171701568a1111898742957e6f49.zip
PR bootstrap/21481
* crtstuff.c: Include auto-host.h again, for now. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99579 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/crtstuff.c')
-rw-r--r--gcc/crtstuff.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c
index adc857c3666..97ac69ad022 100644
--- a/gcc/crtstuff.c
+++ b/gcc/crtstuff.c
@@ -54,6 +54,10 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* Target machine header files require this define. */
#define IN_LIBGCC2
+/* FIXME: Including auto-host is incorrect, but until we have
+ identified the set of defines that need to go into auto-target.h,
+ this will have to do. */
+#include "auto-host.h"
#include "tconfig.h"
#include "tsystem.h"
#include "coretypes.h"
OpenPOWER on IntegriCloud