|
@@ -26,8 +26,10 @@ endif
|
|
# libraries are installed.
|
|
# libraries are installed.
|
|
ifeq ($(BR2_ARCH_IS_64),y)
|
|
ifeq ($(BR2_ARCH_IS_64),y)
|
|
LUAJIT_HOST_CC = $(HOSTCC)
|
|
LUAJIT_HOST_CC = $(HOSTCC)
|
|
|
|
+# There is no LUAJIT_ENABLE_GC64 option.
|
|
else
|
|
else
|
|
LUAJIT_HOST_CC = $(HOSTCC) -m32
|
|
LUAJIT_HOST_CC = $(HOSTCC) -m32
|
|
|
|
+LUAJIT_XCFLAGS += -DLUAJIT_DISABLE_GC64
|
|
endif
|
|
endif
|
|
|
|
|
|
# We unfortunately can't use TARGET_CONFIGURE_OPTS, because the luajit
|
|
# We unfortunately can't use TARGET_CONFIGURE_OPTS, because the luajit
|