OSDN Git Service

Tweaked Makefile.in so that post-configured Makefile tests for a Cygwin build
[uclinux-h8/elf2flt.git] / elf2flt.c
index c42a93b..7844a7c 100644 (file)
--- a/elf2flt.c
+++ b/elf2flt.c
 
 #if defined(TARGET_h8300)
 #include <elf/h8.h>      /* TARGET_* ELF support for the BFD library            */
-#elif defined(TARGET_microblaze)
-#include <elf/microblaze.h>    /* TARGET_* ELF support for the BFD library */
 #elif defined(__CYGWIN__)
 #include "cygwin-elf.h"        /* Cygwin uses a local copy */
+#elif defined(TARGET_microblaze)
+#include <elf/microblaze.h>    /* TARGET_* ELF support for the BFD library */
 #else
 #include <elf.h>      /* TARGET_* ELF support for the BFD library            */
 #endif