summaryrefslogtreecommitdiff
path: root/toolchain/glibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-05-25 22:00:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-05-27 08:26:55 +0200
commita81f0bbe58cb2e70ee666456e3084b1f41c647f4 (patch)
tree04b923c34543b75a8439e8c265f90db54492b449 /toolchain/glibc
parent07bac1dc01a3e6216fe653acd33311febc84108a (diff)
kodi: update to leia 18 alpha, add all required packages
Diffstat (limited to 'toolchain/glibc')
-rw-r--r--toolchain/glibc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile
index e8c7cd462..59b36cd02 100644
--- a/toolchain/glibc/Makefile
+++ b/toolchain/glibc/Makefile
@@ -12,6 +12,9 @@ TARGET_CFLAGS:= -O2
TARGET_CXXFLAGS:= -O2
endif
+TARGET_CFLAGS:= $(filter-out -ffast-math,$(TARGET_CFLAGS))
+TARGET_CXXFLAGS:= $(filter-out -ffast-math,$(TARGET_CXXFLAGS))
+
GLIBC_CONFOPTS:= --build=$(GNU_HOST_NAME) \
--host=$(GNU_TARGET_NAME) \
--with-headers=$(STAGING_TARGET_DIR)/usr/include \