uefi: Fix linking flags

This commit is contained in:
mintsuki 2021-05-02 22:52:24 +02:00
parent 7750e14c10
commit ac9ddc7cdd

View File

@ -109,9 +109,7 @@ ifeq ($(TARGET), uefi)
-m64 \
-march=x86-64 \
-Wl,-melf_x86_64 \
-Wl,--noinhibit-exec \
-static-pie \
-pie \
-fpie
endif