mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
fix OS X cross-arch build regression
This commit is contained in:
parent
6d3975adb7
commit
7a91074a32
2
makefile
2
makefile
@ -202,6 +202,7 @@ ifeq ($(arch),powerpc)
|
|||||||
asm = powerpc
|
asm = powerpc
|
||||||
pointer-size = 4
|
pointer-size = 4
|
||||||
|
|
||||||
|
ifneq ($(platform),darwin)
|
||||||
ifneq ($(arch),$(build-arch))
|
ifneq ($(arch),$(build-arch))
|
||||||
converter-cflags += -DOPPOSITE_ENDIAN
|
converter-cflags += -DOPPOSITE_ENDIAN
|
||||||
cxx = powerpc-linux-gnu-g++
|
cxx = powerpc-linux-gnu-g++
|
||||||
@ -210,6 +211,7 @@ ifeq ($(arch),powerpc)
|
|||||||
ranlib = powerpc-linux-gnu-ranlib
|
ranlib = powerpc-linux-gnu-ranlib
|
||||||
strip = powerpc-linux-gnu-strip
|
strip = powerpc-linux-gnu-strip
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(arch),arm)
|
ifeq ($(arch),arm)
|
||||||
asm = arm
|
asm = arm
|
||||||
|
Loading…
Reference in New Issue
Block a user