diff options
author | andreast <andreast@FreeBSD.org> | 2012-01-06 18:37:49 +0000 |
---|---|---|
committer | andreast <andreast@FreeBSD.org> | 2012-01-06 18:37:49 +0000 |
commit | 59483a638a02eff9fb03fa1887084910f65a95ee (patch) | |
tree | 996eca56bd06ead4a4676b814f18ef53d79c3985 /contrib/gcc/config | |
parent | 8b68a4041988c9f0fe34ad0aa5fd4306a3b2590c (diff) | |
download | FreeBSD-src-59483a638a02eff9fb03fa1887084910f65a95ee.zip FreeBSD-src-59483a638a02eff9fb03fa1887084910f65a95ee.tar.gz |
Silence a warning about redefinition of TARGET_ELF on powerpc.
Diffstat (limited to 'contrib/gcc/config')
-rw-r--r-- | contrib/gcc/config/freebsd.h | 1 |
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. */ |