1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-23 07:31:31 +00:00

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

This commit is contained in:
Andrew Turner 2013-02-04 09:42:12 +00:00
parent 94bfd5b1a0
commit 9d9758ed46
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246317

View File

@ -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)