From 9d9758ed46a3c650a24659cffb81f459743eb33d Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Mon, 4 Feb 2013 09:42:12 +0000 Subject: [PATCH] Add #undef TARGET_DEFAULT back as it shouldn't have been removed in r245539 --- contrib/gcc/config/arm/freebsd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/gcc/config/arm/freebsd.h b/contrib/gcc/config/arm/freebsd.h index 04be692708c6..8b0361588216 100644 --- a/contrib/gcc/config/arm/freebsd.h +++ b/contrib/gcc/config/arm/freebsd.h @@ -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)