mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 08:20:28 +00:00
Remove hints from Windows imports
This commit is contained in:
parent
7e0a09feec
commit
83341a4269
2449 changed files with 7093 additions and 7048 deletions
9
Makefile
9
Makefile
|
@ -425,6 +425,7 @@ $(SRCS): \
|
|||
libc/integral/lp64.inc
|
||||
|
||||
.PHONY: toolchain
|
||||
ifeq ($(ARCH), x86_64)
|
||||
toolchain: o/cosmopolitan.h \
|
||||
o/$(MODE)/ape/public/ape.lds \
|
||||
o/$(MODE)/libc/crt/crt.o \
|
||||
|
@ -435,6 +436,14 @@ toolchain: o/cosmopolitan.h \
|
|||
o/$(MODE)/third_party/libcxx/libcxx.a \
|
||||
o/$(MODE)/tool/build/fixupobj.com \
|
||||
o/$(MODE)/tool/build/zipcopy.com
|
||||
else
|
||||
toolchain: o/$(MODE)/ape/aarch64.lds \
|
||||
o/$(MODE)/libc/crt/crt.o \
|
||||
o/$(MODE)/cosmopolitan.a \
|
||||
o/$(MODE)/third_party/libcxx/libcxx.a \
|
||||
o/$(MODE)/tool/build/fixupobj.com \
|
||||
o/$(MODE)/tool/build/zipcopy.com
|
||||
endif
|
||||
|
||||
aarch64: private .INTERNET = true
|
||||
aarch64: private .UNSANDBOXED = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue