summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/mips-tdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/mips-tdump.c')
-rw-r--r--contrib/gcc/mips-tdump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/mips-tdump.c b/contrib/gcc/mips-tdump.c
index 6cdbcfe..cd5df38 100644
--- a/contrib/gcc/mips-tdump.c
+++ b/contrib/gcc/mips-tdump.c
@@ -29,11 +29,11 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#ifdef index
#undef index
#endif
-#ifndef CROSS_COMPILE
+#ifndef CROSS_DIRECTORY_STRUCTURE
#include <a.out.h>
#else
#include "mips/a.out.h"
-#endif /* CROSS_COMPILE */
+#endif /* CROSS_DIRECTORY_STRUCTURE */
/* Include getopt.h for the sake of getopt_long. */
#include "getopt.h"
OpenPOWER on IntegriCloud