summaryrefslogtreecommitdiff
path: root/toolchain/glibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-26 18:36:06 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-26 18:36:06 +0100
commit649874c3f41fbe012a88de666dd041f423a0832b (patch)
tree2b32dd7bcaac5375dbc58e35cbcf928f5f89152c /toolchain/glibc
parent1eef4d96ba12f2fb790861c3217cecbf4f45942d (diff)
parent0fb48650251a62376365ebfacd7b7d8b89740a6b (diff)
merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/glibc')
-rw-r--r--toolchain/glibc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile
index 0905f2f61..2fc0015d7 100644
--- a/toolchain/glibc/Makefile
+++ b/toolchain/glibc/Makefile
@@ -16,10 +16,6 @@ TARGET_CFLAGS_LIBC:= $(filter-out -fstack-protector,$(TARGET_CFLAGS_LIBC))
include Makefile.inc
include ${TOPDIR}/mk/buildhlp.mk
-ifeq ($(ADK_TARGET_NO_FPU),y)
-GLIBC_CONFOPTS+= --without-fp
-endif
-
GLIBC_MAKEOPTS+= cross-compiling=yes
ifeq (${ADK_MAKE_PARALLEL},y)
GLIBC_MAKEOPTS+= PARALLELMFLAGS="-j1"