From ced24f6fc9a9fd47ce7ec6a8c3d453741450e9cf Mon Sep 17 00:00:00 2001 From: Ingo Paschke Date: Tue, 24 Mar 2026 12:49:14 +0100 Subject: [PATCH] Remove dead -DLUA_32BITS=1 flag luaconf.h hardcodes #define LUA_32BITS 0 which overrides the command-line flag. m68k-amigaos-gcc supports long long so 32-bit mode is not needed anyway. --- sys/unix/hints/include/cross-pre2.370 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/unix/hints/include/cross-pre2.370 b/sys/unix/hints/include/cross-pre2.370 index 9e873e978..3476682ad 100644 --- a/sys/unix/hints/include/cross-pre2.370 +++ b/sys/unix/hints/include/cross-pre2.370 @@ -501,7 +501,7 @@ override TARGET_CFLAGS = -c -O2 -noixemul $(TOOLARCH) \ -DCROSSCOMPILE -DCROSSCOMPILE_TARGET -DCROSS_TO_AMIGA \ -DAMIGA_VERSION_STRING=\""VER: NetHack 3.7.0"\" override TARGET_CXXFLAGS = $(TARGET_CFLAGS) -LUA_TARGET_CFLAGS = $(TARGET_CFLAGS) -DLUA_32BITS=1 +LUA_TARGET_CFLAGS = $(TARGET_CFLAGS) ifeq "$(REGEXOBJ)" "$(TARGETPFX)cppregex.o" override TARGET_LINK = $(TARGET_CXX) else