summaryrefslogtreecommitdiffstats
path: root/stand/efi/fdt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stand/efi/fdt/Makefile')
-rw-r--r--stand/efi/fdt/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/stand/efi/fdt/Makefile b/stand/efi/fdt/Makefile
index 7308ce9..6bae439 100644
--- a/stand/efi/fdt/Makefile
+++ b/stand/efi/fdt/Makefile
@@ -10,13 +10,6 @@ WARNS?= 6
SRCS= efi_fdt.c
-CFLAGS+= -ffreestanding
-.if ${MACHINE_CPUARCH} == "aarch64"
-CFLAGS+= -mgeneral-regs-only
-.else
-CFLAGS+= -msoft-float
-.endif
-
# EFI library headers
CFLAGS+= -I${EFISRC}/include
CFLAGS+= -I${EFISRC}/include/${MACHINE}
OpenPOWER on IntegriCloud