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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to