Date: Thu, 14 Jan 2016 18:46:57 +0000 (UTC) From: Steven Hartland <smh@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r294028 - in head/sys/boot: arm/uboot efi/fdt efi/libefi Message-ID: <201601141846.u0EIkvPo004884@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: smh Date: Thu Jan 14 18:46:57 2016 New Revision: 294028 URL: https://svnweb.freebsd.org/changeset/base/294028 Log: Revert r293903 Revert r293903 as EFI shouldn't be built on this platform that the this was reported on. Sponsored by: Multiplay Modified: head/sys/boot/arm/uboot/Makefile head/sys/boot/efi/fdt/Makefile head/sys/boot/efi/libefi/Makefile Modified: head/sys/boot/arm/uboot/Makefile ============================================================================== --- head/sys/boot/arm/uboot/Makefile Thu Jan 14 18:19:05 2016 (r294027) +++ head/sys/boot/arm/uboot/Makefile Thu Jan 14 18:46:57 2016 (r294028) @@ -8,8 +8,6 @@ NEWVERSWHAT= "U-Boot loader" ${MACHINE_A BINDIR?= /boot INSTALLFLAGS= -b WARNS?= 1 -CWARNFLAGS.gcc+= -Wno-int-to-pointer-cast - # Address at which ubldr will be loaded. # This varies for different boards and SOCs. UBLDR_LOADADDR?= 0x1000000 Modified: head/sys/boot/efi/fdt/Makefile ============================================================================== --- head/sys/boot/efi/fdt/Makefile Thu Jan 14 18:19:05 2016 (r294027) +++ head/sys/boot/efi/fdt/Makefile Thu Jan 14 18:46:57 2016 (r294028) @@ -7,8 +7,6 @@ LIB= efi_fdt INTERNALLIB= WARNS?= 6 -CWARNFLAGS.gcc+= -Wno-strict-prototypes -CWARNFLAGS.gcc+= -Wno-redundant-decls SRCS= efi_fdt.c Modified: head/sys/boot/efi/libefi/Makefile ============================================================================== --- head/sys/boot/efi/libefi/Makefile Thu Jan 14 18:19:05 2016 (r294027) +++ head/sys/boot/efi/libefi/Makefile Thu Jan 14 18:46:57 2016 (r294028) @@ -3,7 +3,6 @@ LIB= efi INTERNALLIB= WARNS?= 2 -CWARNFLAGS.gcc+= -Wno-attributes SRCS= delay.c efi_console.c efinet.c efipart.c errno.c handles.c \ libefi.c time.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601141846.u0EIkvPo004884>