Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jan 2012 18:37:49 +0000 (UTC)
From:      Andreas Tobler <andreast@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r229715 - head/contrib/gcc/config
Message-ID:  <201201061837.q06IbnKk002138@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andreast
Date: Fri Jan  6 18:37:49 2012
New Revision: 229715
URL: http://svn.freebsd.org/changeset/base/229715

Log:
  Silence a warning about redefinition of TARGET_ELF on powerpc.

Modified:
  head/contrib/gcc/config/freebsd.h

Modified: head/contrib/gcc/config/freebsd.h
==============================================================================
--- head/contrib/gcc/config/freebsd.h	Fri Jan  6 18:29:40 2012	(r229714)
+++ head/contrib/gcc/config/freebsd.h	Fri Jan  6 18:37:49 2012	(r229715)
@@ -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.  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201061837.q06IbnKk002138>