Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2013 09:42:12 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r246317 - head/contrib/gcc/config/arm
Message-ID:  <201302040942.r149gCTo076708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Mon Feb  4 09:42:12 2013
New Revision: 246317
URL: http://svnweb.freebsd.org/changeset/base/246317

Log:
  Add #undef TARGET_DEFAULT back as it shouldn't have been removed in r245539

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

Modified: head/contrib/gcc/config/arm/freebsd.h
==============================================================================
--- head/contrib/gcc/config/arm/freebsd.h	Mon Feb  4 09:35:48 2013	(r246316)
+++ head/contrib/gcc/config/arm/freebsd.h	Mon Feb  4 09:42:12 2013	(r246317)
@@ -85,6 +85,7 @@
   while (false)
 #else
 /* Default it to use ATPCS with soft-VFP.  */
+#undef TARGET_DEFAULT
 #define TARGET_DEFAULT			\
   (MASK_APCS_FRAME			\
    | TARGET_ENDIAN_DEFAULT)



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