diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-26 18:36:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-26 18:36:06 +0100 |
commit | 649874c3f41fbe012a88de666dd041f423a0832b (patch) | |
tree | 2b32dd7bcaac5375dbc58e35cbcf928f5f89152c /toolchain/glibc | |
parent | 1eef4d96ba12f2fb790861c3217cecbf4f45942d (diff) | |
parent | 0fb48650251a62376365ebfacd7b7d8b89740a6b (diff) |
merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/glibc')
-rw-r--r-- | toolchain/glibc/Makefile | 4 |
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" |