Set valid builds to Ioc for cross builds.
This commit is contained in:
@@ -16,9 +16,9 @@ ARCH_DEP_CPPFLAGS += -D_X86_64_
|
|||||||
ARCH_DEP_CFLAGS += -m64
|
ARCH_DEP_CFLAGS += -m64
|
||||||
ARCH_DEP_LDFLAGS += -m64
|
ARCH_DEP_LDFLAGS += -m64
|
||||||
|
|
||||||
#ifeq ($(BUILD_CLASS),CROSS)
|
ifeq ($(BUILD_CLASS),CROSS)
|
||||||
# VALID_BUILDS = Ioc
|
VALID_BUILDS = Ioc
|
||||||
#endif
|
endif
|
||||||
|
|
||||||
# If your crosscompiler name has a GNU target prefix like <gnutarget>-gcc,
|
# If your crosscompiler name has a GNU target prefix like <gnutarget>-gcc,
|
||||||
# e.g. x86_64-redhat-linux-gcc, put a GNU_TARGET definition in
|
# e.g. x86_64-redhat-linux-gcc, put a GNU_TARGET definition in
|
||||||
|
|||||||
Reference in New Issue
Block a user