svn commit: r246317 - head/contrib/gcc/config/arm

Andrew Turner andrew at FreeBSD.org
Mon Feb 4 09:42:12 UTC 2013


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)


More information about the svn-src-all mailing list