mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
fix windows build
This commit is contained in:
parent
53225edbfe
commit
132af5f70e
32
makefile
32
makefile
@ -226,22 +226,6 @@ ifeq ($(build-arch),powerpc)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(target-arch),i386)
|
||||
cflags += -DAVIAN_TARGET_ARCH=AVIAN_ARCH_X86
|
||||
endif
|
||||
|
||||
ifeq ($(target-arch),x86_64)
|
||||
cflags += -DAVIAN_TARGET_ARCH=AVIAN_ARCH_X86_64
|
||||
endif
|
||||
|
||||
ifeq ($(target-arch),powerpc)
|
||||
cflags += -DAVIAN_TARGET_ARCH=AVIAN_ARCH_POWERPC
|
||||
endif
|
||||
|
||||
ifeq ($(target-arch),arm)
|
||||
cflags += -DAVIAN_TARGET_ARCH=AVIAN_ARCH_ARM
|
||||
endif
|
||||
|
||||
ifeq ($(arch),powerpc)
|
||||
asm = powerpc
|
||||
pointer-size = 4
|
||||
@ -720,6 +704,22 @@ ifeq ($(tails),true)
|
||||
extra.Tails
|
||||
endif
|
||||
|
||||
ifeq ($(target-arch),i386)
|
||||
cflags += -DAVIAN_TARGET_ARCH=AVIAN_ARCH_X86
|
||||
endif
|
||||
|
||||
ifeq ($(target-arch),x86_64)
|
||||
cflags += -DAVIAN_TARGET_ARCH=AVIAN_ARCH_X86_64
|
||||
endif
|
||||
|
||||
ifeq ($(target-arch),powerpc)
|
||||
cflags += -DAVIAN_TARGET_ARCH=AVIAN_ARCH_POWERPC
|
||||
endif
|
||||
|
||||
ifeq ($(target-arch),arm)
|
||||
cflags += -DAVIAN_TARGET_ARCH=AVIAN_ARCH_ARM
|
||||
endif
|
||||
|
||||
class-name = $(patsubst $(1)/%.class,%,$(2))
|
||||
class-names = $(foreach x,$(2),$(call class-name,$(1),$(x)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user