uefi: Fix linking flags
diff --git a/stage23/Makefile b/stage23/Makefile
index 9b066264..4124165d 100644
--- a/stage23/Makefile
+++ b/stage23/Makefile
@@ -109,9 +109,7 @@ ifeq ($(TARGET), uefi)
-m64 \
-march=x86-64 \
-Wl,-melf_x86_64 \
- -Wl,--noinhibit-exec \
-static-pie \
- -pie \
-fpie
endif
