From: Mike Pall Date: Thu, 27 Nov 2025 16:48:44 +0000 (+0100) Subject: Remove compiler flag for FP conversions. Now unnecessary. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1acb204447aaa75e5338c3bbfd062aae64bc5959;p=thirdparty%2FLuaJIT.git Remove compiler flag for FP conversions. Now unnecessary. Undo #1355. #1397 #1411 --- diff --git a/src/Makefile b/src/Makefile index e657af13..969bf289 100644 --- a/src/Makefile +++ b/src/Makefile @@ -302,9 +302,6 @@ endif ifneq (,$(INSTALL_LJLIBD)) TARGET_XCFLAGS+= -DLUA_LJDIR=\"$(INSTALL_LJLIBD)\" endif -ifeq (,$(shell $(TARGET_CC) -o /dev/null -c -x c /dev/null -fno-strict-float-cast-overflow 2>/dev/null || echo 1)) - TARGET_XCFLAGS+= -fno-strict-float-cast-overflow -endif ############################################################################## # Target system detection.