aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2025-11-27 17:48:44 +0100
committerMike Pall <mike>2025-11-27 17:48:44 +0100
commit1acb204447aaa75e5338c3bbfd062aae64bc5959 (patch)
treed7aca23c1e8caec9b635d12303586b939ea911ee
parentf80b349d5490aa289b2925d297f3f3c618977570 (diff)
downloadluajit-1acb204447aaa75e5338c3bbfd062aae64bc5959.tar.gz
luajit-1acb204447aaa75e5338c3bbfd062aae64bc5959.tar.bz2
luajit-1acb204447aaa75e5338c3bbfd062aae64bc5959.zip
Remove compiler flag for FP conversions. Now unnecessary.
Undo #1355. #1397 #1411
-rw-r--r--src/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index e657af13..969bf289 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -302,9 +302,6 @@ endif
302ifneq (,$(INSTALL_LJLIBD)) 302ifneq (,$(INSTALL_LJLIBD))
303 TARGET_XCFLAGS+= -DLUA_LJDIR=\"$(INSTALL_LJLIBD)\" 303 TARGET_XCFLAGS+= -DLUA_LJDIR=\"$(INSTALL_LJLIBD)\"
304endif 304endif
305ifeq (,$(shell $(TARGET_CC) -o /dev/null -c -x c /dev/null -fno-strict-float-cast-overflow 2>/dev/null || echo 1))
306 TARGET_XCFLAGS+= -fno-strict-float-cast-overflow
307endif
308 305
309############################################################################## 306##############################################################################
310# Target system detection. 307# Target system detection.