summaryrefslogtreecommitdiffstats
path: root/contrib/gcc
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-02-04 09:42:12 +0000
committerandrew <andrew@FreeBSD.org>2013-02-04 09:42:12 +0000
commit190be65c146319042fc604d673f0f34610a60b5b (patch)
tree957ae79ee810955dec6a0d07b734cd0d61bdccdd /contrib/gcc
parent790d2fce4f8d34b843322dca09bf0a60defac24d (diff)
downloadFreeBSD-src-190be65c146319042fc604d673f0f34610a60b5b.zip
FreeBSD-src-190be65c146319042fc604d673f0f34610a60b5b.tar.gz
Add #undef TARGET_DEFAULT back as it shouldn't have been removed in r245539
Diffstat (limited to 'contrib/gcc')
-rw-r--r--contrib/gcc/config/arm/freebsd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gcc/config/arm/freebsd.h b/contrib/gcc/config/arm/freebsd.h
index 04be692..8b03615 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)
OpenPOWER on IntegriCloud