summaryrefslogtreecommitdiffstats
path: root/contrib/gcc
diff options
context:
space:
mode:
authorandreast <andreast@FreeBSD.org>2012-01-06 18:37:49 +0000
committerandreast <andreast@FreeBSD.org>2012-01-06 18:37:49 +0000
commit59483a638a02eff9fb03fa1887084910f65a95ee (patch)
tree996eca56bd06ead4a4676b814f18ef53d79c3985 /contrib/gcc
parent8b68a4041988c9f0fe34ad0aa5fd4306a3b2590c (diff)
downloadFreeBSD-src-59483a638a02eff9fb03fa1887084910f65a95ee.zip
FreeBSD-src-59483a638a02eff9fb03fa1887084910f65a95ee.tar.gz
Silence a warning about redefinition of TARGET_ELF on powerpc.
Diffstat (limited to 'contrib/gcc')
-rw-r--r--contrib/gcc/config/freebsd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h
index 8eb434e..6486e11 100644
--- a/contrib/gcc/config/freebsd.h
+++ b/contrib/gcc/config/freebsd.h
@@ -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. */
OpenPOWER on IntegriCloud