Use LLVM linker, Dockerfile now works without GCC
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m16s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m16s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cflags += --target=x86_64-pc-none-elf \
|
||||
cflags += --target=x86_64-unknown-unknown-elf \
|
||||
-mno-sse \
|
||||
-mno-sse2 \
|
||||
-mno-avx \
|
||||
@@ -7,5 +7,4 @@ cflags += --target=x86_64-pc-none-elf \
|
||||
-mno-red-zone \
|
||||
-fno-omit-frame-pointer
|
||||
|
||||
ldflags += --target=x86_64-pc-none-elf \
|
||||
-Wl,-zmax-page-size=0x1000
|
||||
ldflags += -zmax-page-size=0x1000
|
||||
|
||||
Reference in New Issue
Block a user