diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-26 19:05:46 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-26 19:05:46 +0100 |
commit | 9e358d94cc283c8022091e67fe3ca0580301a62a (patch) | |
tree | e8dae6d4ba4291a980ad0e6d2c75bd731028e1ce /toolchain/glibc/Makefile | |
parent | ae01435fa207cbf1ded5b9fe055f810b7cb9f28a (diff) | |
parent | 30d89a90b0e75c13ea8c306e9ed06ff7f32326a3 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/glibc/Makefile')
-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" |