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) _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"