diff options
| -rw-r--r-- | src/Makefile | 3 |
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 | |||
| 302 | ifneq (,$(INSTALL_LJLIBD)) | 302 | ifneq (,$(INSTALL_LJLIBD)) |
| 303 | TARGET_XCFLAGS+= -DLUA_LJDIR=\"$(INSTALL_LJLIBD)\" | 303 | TARGET_XCFLAGS+= -DLUA_LJDIR=\"$(INSTALL_LJLIBD)\" |
| 304 | endif | 304 | endif |
| 305 | ifeq (,$(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 | ||
| 307 | endif | ||
| 308 | 305 | ||
| 309 | ############################################################################## | 306 | ############################################################################## |
| 310 | # Target system detection. | 307 | # Target system detection. |
