mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 11:18:30 +00:00
Fix MODE=aarch64 cross-compiling
This change fixes a regression that happened some time ago when building for AARCH64 using the vendored toolchain rather than cosmocc. The errors that would show up `Relocations in generic ELF (EM: 62)` have been fixed
This commit is contained in:
parent
ca5e361919
commit
96185e1ac0
2 changed files with 3 additions and 1 deletions
|
@ -92,6 +92,8 @@ ARCH = x86_64
|
|||
HOSTS ?= freebsd rhel7 xnu win10 openbsd netbsd
|
||||
endif
|
||||
|
||||
ZIPOBJ_FLAGS += -a$(ARCH)
|
||||
|
||||
ifeq ($(PREFIX),)
|
||||
ifeq ($(USE_SYSTEM_TOOLCHAIN),)
|
||||
ifeq ($(ARCH),x86_64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue