From 4f93b213f2d3393fbb0b7ca200988f475e6cef83 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 19 Feb 2015 19:54:14 +0100 Subject: cleanup FPU support for ARM targets. --- target/config/Config.in.arm.default | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'target/config/Config.in.arm.default') diff --git a/target/config/Config.in.arm.default b/target/config/Config.in.arm.default index 4e1e17c7e..43df6220c 100644 --- a/target/config/Config.in.arm.default +++ b/target/config/Config.in.arm.default @@ -1,14 +1,3 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. -config ADK_fpu_neon - bool - -config ADK_fpu_vfp - bool - -config ADK_TARGET_FPU - string - default "vfp" if ADK_fpu_vfp - default "neon" if ADK_fpu_neon - -- cgit v1.2.3