mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-01-31 14:50:48 +03:00
makefile: Fix build luajit2 for mips arch
This commit is contained in:
@@ -114,7 +114,8 @@ define Build/Compile
|
||||
HOST_CC="$(HOSTCC) $(HOST_CFLAGS) $(HOST_BITS)" \
|
||||
CROSS="$(TARGET_CROSS)" \
|
||||
XCFLAGS="-DLUAJIT_DISABLE_FFI" \
|
||||
TARGET_CFLAGS="$(TARGET_CFLAGS)" \
|
||||
TARGET_CFLAGS="-Os -s -flto=auto $(TARGET_CFLAGS)" \
|
||||
TARGET_AR="$(TARGET_AR) rcus" \
|
||||
BUILDMODE=static \
|
||||
DESTDIR=$(LUAOUT_DIR) \
|
||||
PREFIX= \
|
||||
|
||||
Reference in New Issue
Block a user