mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-28 13:30:29 +00:00
Add UEFI support
This is mutually exclusive with Windows support. Documentation for how to use it has been written in libc/runtime/efimain.c
This commit is contained in:
parent
c6c9b5dfde
commit
537c21338b
24 changed files with 1381 additions and 391 deletions
|
@ -95,7 +95,7 @@ CONFIG_COPTS += \
|
|||
$(SANITIZER)
|
||||
|
||||
TARGET_ARCH ?= \
|
||||
-msse3
|
||||
-march=native
|
||||
|
||||
OVERRIDE_CCFLAGS += \
|
||||
-fno-pie
|
||||
|
|
|
@ -91,7 +91,6 @@ FTRACE = \
|
|||
-pg
|
||||
|
||||
SANITIZER = \
|
||||
-fsanitize=leak \
|
||||
-fsanitize=address
|
||||
|
||||
NO_MAGIC = \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue