summaryrefslogtreecommitdiff
path: root/toolchain/glibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-13 19:21:59 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-13 19:21:59 +0200
commit943041c015d5932d9723e58af595dae696eda5e1 (patch)
tree1baa25862c86f35952c290caf3e9e1282dc3eaa8 /toolchain/glibc
parentb448bbcdab09b70b4d03ea0bc9167878e7f054da (diff)
update to 2.6.30
Diffstat (limited to 'toolchain/glibc')
-rw-r--r--toolchain/glibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile
index 89e6b02cb..d1066bccd 100644
--- a/toolchain/glibc/Makefile
+++ b/toolchain/glibc/Makefile
@@ -9,7 +9,7 @@ include Makefile.inc
include ${TOPDIR}/mk/buildhlp.mk
-ifeq ($(ADK_NO_FPU),y)
+ifeq ($(ADK_DEVICE_NO_FPU),y)
GLIBC_CONFOPTS:= --without-fp
endif