Deleted Added
full compact
Makefile (294028) Makefile (300081)
1# $FreeBSD: head/sys/boot/efi/libefi/Makefile 294028 2016-01-14 18:46:57Z smh $
1# $FreeBSD: head/sys/boot/efi/libefi/Makefile 300081 2016-05-17 21:25:20Z imp $
2
3LIB= efi
4INTERNALLIB=
5WARNS?= 2
6
2
3LIB= efi
4INTERNALLIB=
5WARNS?= 2
6
7SRCS= delay.c efi_console.c efinet.c efipart.c errno.c handles.c \
7SRCS= delay.c efi_console.c efinet.c efipart.c env.c errno.c handles.c \
8 libefi.c time.c
9
10.if ${MACHINE_CPUARCH} == "aarch64"
11CFLAGS+= -msoft-float -mgeneral-regs-only
12.endif
13.if ${MACHINE_ARCH} == "amd64"
14CFLAGS+= -fPIC -mno-red-zone
15.endif

--- 12 unchanged lines hidden ---
8 libefi.c time.c
9
10.if ${MACHINE_CPUARCH} == "aarch64"
11CFLAGS+= -msoft-float -mgeneral-regs-only
12.endif
13.if ${MACHINE_ARCH} == "amd64"
14CFLAGS+= -fPIC -mno-red-zone
15.endif

--- 12 unchanged lines hidden ---