Silence a warning about redefinition of TARGET_ELF on powerpc.

This commit is contained in:
Andreas Tobler 2012-01-06 18:37:49 +00:00
parent db3cee5170
commit ca3759b5de

View File

@ -63,6 +63,7 @@ Boston, MA 02110-1301, USA. */
/* All FreeBSD Architectures support the ELF object file format. */
#undef OBJECT_FORMAT_ELF
#define OBJECT_FORMAT_ELF 1
#undef TARGET_ELF
#define TARGET_ELF 1
/* Don't assume anything about the header files. */