]> git.pld-linux.org Git - packages/uboot.git/blame - hardkernel-uboot-werror.patch
correct config name for qemu on x86*
[packages/uboot.git] / hardkernel-uboot-werror.patch
CommitLineData
b481b637
JP
1--- hardkernel-uboot-odroid/Makefile.orig 2021-03-29 03:39:35.000000000 +0200
2+++ hardkernel-uboot-odroid/Makefile 2021-11-21 15:31:27.980593091 +0100
3@@ -589,7 +589,6 @@
4 KBUILD_CPPFLAGS += $(KCPPFLAGS)
5 KBUILD_AFLAGS += $(KAFLAGS)
6 KBUILD_CFLAGS += $(KCFLAGS)
7-KBUILD_CFLAGS += -Werror
8
9 # Use UBOOTINCLUDE when you must reference the include/ directory.
10 # Needed to be compatible with the O= option
11--- hardkernel-uboot-odroid/arch/arm/cpu/armv8/g12b/firmware/acs/Makefile.orig 2021-11-21 15:33:42.835979314 +0100
12+++ hardkernel-uboot-odroid/arch/arm/cpu/armv8/g12b/firmware/acs/Makefile 2021-11-21 15:33:54.685870737 +0100
13@@ -180,7 +180,7 @@
14 -mgeneral-regs-only -D__ASSEMBLY__ \
15 ${DEFINES} ${INCLUDES}
16 CFLAGS += -nostdinc -pedantic -ffreestanding -Wall \
17- -Werror -mgeneral-regs-only -std=c99 -c -Os \
18+ -mgeneral-regs-only -std=c99 -c -Os \
19 ${DEFINES} ${INCLUDES} $(VPATH_LIST:%=-I%)
20 CFLAGS += -ffunction-sections -fdata-sections
21 ASFLAGS += ${FIRMWARE_CPPFLAGS}
This page took 0.130309 seconds and 4 git commands to generate.