From ab27802e190c714b28d0490407abeec6c26594a7 Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Wed, 18 Jan 2006 23:49:13 +0000
Subject: change HAS_FPU to UCLIBC_HAS_FPU since the define will be exported
 into C namespace

---
 extra/Configs/Config.in.arch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'extra')

diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch
index e5d59e35a..d0832fb68 100644
--- a/extra/Configs/Config.in.arch
+++ b/extra/Configs/Config.in.arch
@@ -48,7 +48,7 @@ config UCLIBC_HAS_FLOATS
 	  Answering N to this option can reduce the size of uClibc.  Most people
 	  will answer Y.
 
-config HAS_FPU
+config UCLIBC_HAS_FPU
 	bool "Target CPU has a floating point unit (FPU)"
 	depends on UCLIBC_HAS_FLOATS
 	default y
@@ -64,7 +64,7 @@ config HAS_FPU
 
 config UCLIBC_HAS_SOFT_FLOAT
 	bool
-	depends on UCLIBC_HAS_FLOATS && !HAS_FPU
+	depends on UCLIBC_HAS_FLOATS && !UCLIBC_HAS_FPU
 	default y
 
 config DO_C99_MATH
-- 
cgit v1.2.3