From 9ce72c836f87b47bc687343c9aeee6b1bfab65c8 Mon Sep 17 00:00:00 2001 From: marcel Date: Fri, 13 Feb 2004 04:43:41 +0000 Subject: o Don't build with -fpic. It's not needed and inconsistent with how other constributions are compiled. o Remove powerpc specific additions to CFLAGS. --- sys/boot/efi/libefi/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/boot/efi') diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile index ee9a429..9ecd4c7 100644 --- a/sys/boot/efi/libefi/Makefile +++ b/sys/boot/efi/libefi/Makefile @@ -12,7 +12,6 @@ SRCS+= delay.c efifs.c efinet.c elf_freebsd.c bootinfo.c pal.S SRCS+= efifpswa.c .endif -CFLAGS+= -fpic CFLAGS+= -I${.CURDIR}/../include CFLAGS+= -I${.CURDIR}/../include/${MACHINE_ARCH} CFLAGS+= -I${.CURDIR}/../../../../lib/libstand @@ -20,10 +19,6 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libstand # Pick up the bootstrap header for some interface items CFLAGS+= -I${.CURDIR}/../../common -.if ${MACHINE_ARCH} == "powerpc" -CFLAGS+= -msoft-float -.endif - .if defined(BOOT_DISK_DEBUG) # Make the disk code more talkative CFLAGS+= -DDISK_DEBUG -- cgit v1.1