Home
last modified time | relevance | path

Searched full:wall (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/
H A D0001-makefiles-Append-to-CFLAGS-instead-of-re-assign.patch28 -CFLAGS = -g -Wall
29 +CFLAGS += -g -Wall
40 -CFLAGS = -g -Wall
41 +CFLAGS += -g -Wall
53 -CFLAGS = -g -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
54 +CFLAGS += -g -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
65 -CFLAGS = -g -Wall
66 +CFLAGS += -g -Wall
77 -CFLAGS = -g -Wall
78 +CFLAGS += -g -Wall
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Dunzip_optimization.patch46 - $(MAKE) objsdll CC=gcc CFLAGS="-O3 -Wall -fPIC -DDLL"
47 + $(MAKE) objsdll CC=gcc CFLAGS="-Wall -fPIC -DDLL"
79 - CFLAGS="-O3 -Wall -DASM_CRC"\
80 + CFLAGS="-Wall -DASM_CRC"\
88 - $(MAKE) unzips CC=gcc LD=gcc CFLAGS="-O -Wall"
89 + $(MAKE) unzips CC=gcc LD=gcc CFLAGS="-Wall"
96 - $(MAKE) unzips CC=lcc LD=lcc CFLAGS="-O3 -Wall -D__inline__= "
97 + $(MAKE) unzips CC=lcc LD=lcc CFLAGS="-Wall -D__inline__= "
105 - $(MAKE) objsdll CC=gcc CFLAGS="-O3 -Wall -fPIC"\
106 + $(MAKE) objsdll CC=gcc CFLAGS="-Wall -fPIC"\
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0003-switch-to-pkg-config.patch32 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags)
34 +CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
47 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags)
48 +CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
63 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags)
65 +CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
78 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags)
80 +CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
93 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags)
95 +CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
[all …]
H A D0004-add-libvchostif-to-link.patch35 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
48 CFLAGS+=-Wall -g -O3 -I../common
61 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
74 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
87 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
100 CFLAGS+=-Wall -O3 -g -I../common
113 CFLAGS+=-Wall -O3 -g -I../common
126 CFLAGS+=-Wall -O3 -g -I../common
139 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
152 CFLAGS+=-Wall -g -O3 -I../common
[all …]
H A D0005-change-library-linking-order.patch30 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
43 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
56 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
69 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
82 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/
H A D0003-Remove-Werror-from-build.patch19 - -Wall -Werror -Wextra \
20 + -Wall -Wextra \
30 - -Wall -Werror -Wextra \
31 + -Wall -Wextra \
41 -AM_CPPFLAGS = -Wall -Werror -Wextra -DDATAROOTDIR=\"$(datarootdir)\" \
42 +AM_CPPFLAGS = -Wall -Wextra -DDATAROOTDIR=\"$(datarootdir)\" \
/openbmc/openbmc/poky/meta/recipes-multimedia/libvorbis/libvorbis/
H A D0001-configure-Check-for-clang.patch45 DEBUG="-g -Wall -Wextra -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
46 - CFLAGS="-O3 -Wall -Wextra -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char"
47 + CFLAGS="-O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char ${ieefp}"
48 …# PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math -D_REENTRANT -fsigned-char -fno-inli…
49 - PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inlin…
50 + PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math ${ieefp} -D_REENTRANT -fsigned-char -fno-inline"
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0009-Remove-Werror-flag.patch50 -set(TS_WARNING_FLAGS "-Wall -Werror" CACHE STRING "Compiler flags affecting generating warning mes…
51 +set(TS_WARNING_FLAGS "-Wall" CACHE STRING "Compiler flags affecting generating warning messages.")
63 -set(TS_WARNING_FLAGS "-Wall -Werror" CACHE STRING "Compiler flags affecting generating warning mes…
64 +set(TS_WARNING_FLAGS "-Wall" CACHE STRING "Compiler flags affecting generating warning messages.")
76 -set(TS_WARNING_FLAGS "-Wall -Werror" CACHE STRING "Compiler flags affecting generating warning mes…
77 +set(TS_WARNING_FLAGS "-Wall" CACHE STRING "Compiler flags affecting generating warning messages.")
/openbmc/openpower-sbe-interface/
H A Dconfigure.ac6 AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz])
18 AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CFLAGS])
19 AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS])
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A D0001-Respect-flags-from-env.patch24 -CFLAGS= -I. -Iusl -Icli -MMD -Wall -g $(CPPFLAGS) $(CPPFLAGS.dmalloc)
26 +CFLAGS+= -I. -Iusl -Icli -MMD -Wall -g $(CPPFLAGS) $(CPPFLAGS.dmalloc)
38 -CFLAGS= $(CFLAGS.optimize) -MMD -Wall -Werror -I.. $(READLINE_CFLAGS)
39 +CFLAGS= $(CFLAGS.optimize) -MMD -Wall -Werror -I.. $(READLINE_CFLAGS) $(CPPFLAGS)
/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/gnu-efi/
H A D0002-Do-not-treat-warnings-as-errors.patch21 @@ -262,3 +262,3 @@ CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Werror \
23 -CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Wno-pointer-sign -Werror \
24 +CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Wno-pointer-sign \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A DMakefile-modify-CFLAGS-to-aviod-build-error.patch24 - -MMD -Wall -Werror -Wno-strict-aliasing \
28 + -MMD -Wall -Wno-strict-aliasing \
48 # Compile without -Wall because rpcgen-generated code is full of warnings.
86 -CFLAGS := $(CFLAGS.optimize) -MMD -Wall \
87 +ADD_CFLAGS := $(CFLAGS.optimize) -MMD -Wall \
/openbmc/linux/Documentation/virt/kvm/arm/
H A Dptp_kvm.rst7 It relies on transferring the wall clock and counter value from the
20 (uint32) Upper 32 bits of wall clock time (r0)
21 (uint32) Lower 32 bits of wall clock time (r1)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg/
H A D0001-Undefine-REGEX-for-musl-based-systems.patch19 CFLAGS+= -g -Wall
30 -CFLAGS+=-Wall -DREGEX `pkg-config --cflags-only-I ncurses`
31 +CFLAGS+=-Wall `pkg-config --cflags-only-I ncurses`
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch36 -CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror \
37 +CFLAGS += -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror \
43 -fno-delete-null-pointer-checks -Wall -Werror \
49 -fno-delete-null-pointer-checks -Wall -Werror \
/openbmc/openpower-dbus-interfaces/
H A Dconfigure.ac5 AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz])
35 AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CFLAGS])
36 AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS])
/openbmc/ibm-dbus-interfaces/
H A Dconfigure.ac5 AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz])
35 AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CFLAGS])
36 AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS])
/openbmc/phosphor-event/
H A Dconfigure.ac5 AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz])
24 AX_APPEND_COMPILE_FLAGS([-fpic -Wall -Werror], [CFLAGS])
25 AX_APPEND_COMPILE_FLAGS([-fpic -Wall -Werror], [CXXFLAGS])
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/
H A Dsysvinit_3.13.bb33 …TIVE:${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last lastb mesg utmpdump wall"
55 ALTERNATIVE:${PN}-doc = "mountpoint.1 last.1 lastb.1 mesg.1 wall.1 sulogin.8 utmpdump.1"
63 ALTERNATIVE_LINK_NAME[wall.1] = "${mandir}/man1/wall.1"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/
H A Dmakefile.patch9 -CC = gcc -Wall -O2 -I.
10 +CFLAGS = -Wall -O2 -I.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pngcheck/pngcheck/
H A D0001-make-Respect-variables-from-environement.patch29 -CFLAGS = -O -Wall $(INCS) -DUSE_ZLIB
33 +CFLAGS += -O -Wall $(INCS) -DUSE_ZLIB
34 # [note that -Wall is a gcc-specific compilation flag ("all warnings on")]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/aoetools/
H A Dreproducible-build.patch9 -CFLAGS = -Wall -O -g
11 +CFLAGS += -Wall -O -g
/openbmc/linux/drivers/power/supply/
H A Dwm831x_power.c22 struct power_supply *wall; member
67 * WALL Power
527 power_supply_changed(wm831x_power->wall); in wm831x_pwr_src_irq()
549 "wm831x-wall.%d", wm831x_pdata->wm831x_num); in wm831x_power_probe()
556 "wm831x-wall"); in wm831x_power_probe()
573 power->wall = power_supply_register(&pdev->dev, &power->wall_desc, in wm831x_power_probe()
575 if (IS_ERR(power->wall)) { in wm831x_power_probe()
576 ret = PTR_ERR(power->wall); in wm831x_power_probe()
692 power_supply_unregister(power->wall); in wm831x_power_probe()
723 power_supply_unregister(wm831x_power->wall); in wm831x_power_remove()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/
H A Dmakefile-remove-ldflags.patch12 -CFLAGS := -g -Wall
14 +#CFLAGS := -g -Wall
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Ddiscard-use-of-dnl-in-Makefile.am.patch25 -dnl AM_CFLAGS = -Wall -DDEBUG
26 +##dnl AM_CFLAGS = -Wall -DDEBUG

12345678910>>...19