From 67de64dde893b04b13f1d53a81b74bf13da668c0 Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Mon, 21 May 2007 08:38:42 +0000 Subject: [PATCH] FreeBSD expects VFP, so use that as the default FPU. Reviewed by: kan --- contrib/gcc/config/arm/freebsd.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/gcc/config/arm/freebsd.h b/contrib/gcc/config/arm/freebsd.h index 3d9f52ac5f25..7106e6f3ac3f 100644 --- a/contrib/gcc/config/arm/freebsd.h +++ b/contrib/gcc/config/arm/freebsd.h @@ -120,3 +120,6 @@ do \ (void) sysarch (0, &s); \ } \ while (0) + +#undef FPUTYPE_DEFAULT +#define FPUTYPE_DEFAULT FPUTYPE_VFP