Home
last modified time | relevance | path

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

12345678910>>...54

/OK3568_Linux_fs/buildroot/boot/at91bootstrap/
H A Dat91bootstrap-1.16-eabi-fix.patch44 -CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL)
45 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-table…
46 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY)
57 -CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL)
58 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-table…
59 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY)
70 -CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL)
71 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-table…
72 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY)
83 -CCFLAGS=-g -mcpu=arm926ej-s -Os -Wall -D$(TARGET) -I$(INCL)
[all …]
/OK3568_Linux_fs/buildroot/package/acpica/
H A D0001-build-do-not-use-Werror.patch28 -Wall\
43 - @$(CC) -c $(CFLAGS) -Wall -Werror -o$@ $<
44 + @$(CC) -c $(CFLAGS) -Wall -o$@ $<
48 - @$(CC) -c $(CFLAGS) -Wall -Werror -o$@ $<
49 + @$(CC) -c $(CFLAGS) -Wall -o$@ $<
53 - @$(CC) -c $(CFLAGS) -Wall -Werror -o$@ $<
54 + @$(CC) -c $(CFLAGS) -Wall -o$@ $<
58 - @$(CC) -c $(CFLAGS) -Wall -Werror -o$@ $<
59 + @$(CC) -c $(CFLAGS) -Wall -o$@ $<
63 - @$(CC) -c $(CFLAGS) -Wall -Werror -o$@ $<
[all …]
/OK3568_Linux_fs/buildroot/package/rpi-userland/
H A D0003-Disable-Werror-everywhere.patch41 -SET(COMPILE_DEFINITIONS -Werror -Wall)
42 +SET(COMPILE_DEFINITIONS -Wall)
54 - add_definitions(-Wall -Werror)
55 + add_definitions(-Wall )
80 - add_definitions(-Wall -Werror)
81 + add_definitions(-Wall )
93 - add_definitions(-Wall -Werror)
94 + add_definitions(-Wall )
106 - add_definitions(-Wall -Werror)
107 + add_definitions(-Wall )
[all …]
/OK3568_Linux_fs/yocto/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 …]
/OK3568_Linux_fs/buildroot/package/iozone/
H A D0001-Add-new-targets-for-iozone.patch57 - $(CC) -Wmissing-prototypes -Wall -c -O3 -Dunix -DHAVE_ANSIC_C -DASYNC_IO -DHAVE_PREAD \
59 + $(CC) -Wmissing-prototypes -Wall -c -Dunix -DHAVE_ANSIC_C -DASYNC_IO -DHAVE_PREAD \
62 - $(CC) -Wmissing-prototypes -Wall -c -O3 -Dunix -DHAVE_ANSIC_C -DASYNC_IO -D_LARGEFILE64_SOURCE \
63 + $(CC) -Wmissing-prototypes -Wall -c -Dunix -DHAVE_ANSIC_C -DASYNC_IO \
65 + $(CC) -Wmissing-prototypes -Wall -c -Dunix -Dlinux -DHAVE_ANSIC_C -DASYNC_IO \
72 + $(CC) -Wmissing-prototypes -Wall -c -Dunix -DHAVE_ANSIC_C -DHAVE_PREAD \
75 + $(CC) -Wmissing-prototypes -Wall -c -Dunix -DHAVE_ANSIC_C \
82 + $(CC) -Wmissing-prototypes -Wall -c -Dunix -DHAVE_ANSIC_C -DNO_THREADS -DHAVE_PREAD \
85 + $(CC) -Wmissing-prototypes -Wall -c -Dunix -DHAVE_ANSIC_C -DNO_THREADS \
87 - $(CC) -Wmissing-prototypes -Wall -c -O3 -Dunix -Dlinux -DHAVE_ANSIC_C -DASYNC_IO \
[all …]
/OK3568_Linux_fs/buildroot/package/fwts/
H A D0001-build-do-not-use-Werror.patch33 - AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
34 + AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
46 - -Wall -Werror -Wextra \
47 + -Wall -Wextra \
59 - -Wall -Werror -Wextra \
60 + -Wall -Wextra \
72 -AM_CPPFLAGS = -Wall -Werror -Wextra -DDATAROOTDIR=\"$(datarootdir)\" \
73 +AM_CPPFLAGS = -Wall -Wextra -DDATAROOTDIR=\"$(datarootdir)\" \
/OK3568_Linux_fs/yocto/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)\" \
/OK3568_Linux_fs/yocto/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"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/
H A Drealpath.patch17 src/wall.c | 1 +
48 diff --git a/src/wall.c b/src/wall.c
50 --- a/src/wall.c
51 +++ b/src/wall.c
/OK3568_Linux_fs/buildroot/package/mongrel2/
H A D0002-Fix-Makefiles-for-cross-compilation.patch29 -CFLAGS += -Wall -Wextra -Wno-implicit-fallthrough -Wno-unused-const-variable -I./src -DNDEBUG -D_F…
30 +override CFLAGS += -Wall -Wextra -Wno-implicit-fallthrough -Wno-unused-const-variable -I./src -DND…
61 -CFLAGS=-DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall $(OPTFLAGS)
62 +override CFLAGS=-DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall $(OPTFLAGS)
71 -CFLAGS=-DNDEBUG -pthread -g -I../../src -Wall $(OPTFLAGS)
72 +override CFLAGS=-DNDEBUG -pthread -g -I../../src -Wall $(OPTFLAGS)
/OK3568_Linux_fs/buildroot/package/dieharder/
H A D0001-Do-not-use-includedir-as-include-search-path-for-bui.patch26 -dieharder_CFLAGS="-std=c99 -Wall -pedantic -I$includedir"
27 -libdieharder_lo_CFLAGS="-Wall -pedantic -I$includedir"
29 +dieharder_CFLAGS="-std=c99 -Wall -pedantic"
30 +libdieharder_lo_CFLAGS="-Wall -pedantic"
57 AM_CFLAGS = -O3 -Wall -pedantic -Wno-unused-variable
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.y65 DMXConfigWallPtr wall; member
81 %type <token> Display Wall Terminal Open Close
90 %type <wall> WallEntry
181 WallEntry : Wall Dimension Dimension NameList Terminal
183 | Wall Dimension NameList Terminal
185 | Wall NameList Terminal
221 Wall : T_WALL
/OK3568_Linux_fs/buildroot/package/davfs2/
H A D0001-src-Makefile.am-do-not-hardcode-fstack-protector-str.patch23 -AM_CFLAGS = -Wall -Werror=format-security \
25 +AM_CFLAGS = -Wall -Werror=format-security
37 -AM_CFLAGS = -Wall -Werror=format-security \
39 +AM_CFLAGS = -Wall -Werror=format-security
/OK3568_Linux_fs/buildroot/boot/opensbi/0.9/
H A D0002-Makefile-unconditionally-disable-SSP.patch28 -CFLAGS = -g -Wall -Werror -ffreestanding -nostdlib -fno-strict-aliasing -O2
29 +CFLAGS = -g -Wall -Werror -ffreestanding -nostdlib -fno-stack-protector -fno-strict-aliasing -O2
37 -ASFLAGS = -g -Wall -nostdlib -D__ASSEMBLY__
38 +ASFLAGS = -g -Wall -nostdlib -fno-stack-protector -D__ASSEMBLY__
/OK3568_Linux_fs/buildroot/package/libavl/
H A D0001-fix-makefile.patch18 +CFLAGS ?= -O2 -pipe -Wall -Werror
20 #CFLAGS = -O2 -fomit-frame-pointer -pipe -march=i586 -Wall -g
21 #CFLAGS = -O6 -fomit-frame-pointer -pipe -march=i586 -Wall -ansi -pedantic
22 #CFLAGS = -O6 -fomit-frame-pointer -pipe -march=i686 -Wall -ansi -pedantic
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A D0001-Respect-flags-from-env.patch22 -CFLAGS= -I. -Iusl -Icli -MMD -Wall -g $(CPPFLAGS) $(CPPFLAGS.dmalloc)
24 +CFLAGS+= -I. -Iusl -Icli -MMD -Wall -g $(CPPFLAGS) $(CPPFLAGS.dmalloc)
36 -CFLAGS= $(CFLAGS.optimize) -MMD -Wall -Werror -I.. $(READLINE_CFLAGS)
37 +CFLAGS= $(CFLAGS.optimize) -MMD -Wall -Werror -I.. $(READLINE_CFLAGS) $(CPPFLAGS)
/OK3568_Linux_fs/yocto/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 \
/OK3568_Linux_fs/device/rockchip/common/data/
H A Dbusybox-reboot29 --no-wall)
55 --no-wall Don't send wall message before halt/power-off/reboot
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/
H A D0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch36 -BUILD_CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror \
37 +BUILD_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 \
/OK3568_Linux_fs/buildroot/package/solarus/
H A D0001-cmake-remove-Werror.patch16 …set(CMAKE_CXX_FLAGS_RELEASE "-Wno-error -Wall -Wextra -Wno-unknown-pragmas -Wno-fatal-errors ${CMA…
19 -set(CMAKE_CXX_FLAGS_DEBUG "-Werror -Wall -Wextra -Wno-error=deprecated-declarations -pedantic ${CM…
20 +set(CMAKE_CXX_FLAGS_DEBUG "-Wno-error -Wall -Wextra -Wno-error=deprecated-declarations -pedantic $…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/mg/mg/
H A D0001-Undefine-REGEX-for-musl-based-systems.patch17 CFLAGS+= -g -Wall
28 -CFLAGS+=-Wall -DREGEX `pkg-config --cflags-only-I ncurses`
29 +CFLAGS+=-Wall `pkg-config --cflags-only-I ncurses`
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libomxil/libomxil-0.9.3/
H A Dconfigure-fix.patch6 …ild5/poky/build/tmp/sysroots/qemux86 -DHAVE_Climinate-unused-debug-types -Wall -Werror -DCONFIG_DE…
12 …emux86 -DHAVE_CONFIG_H -I. -I.. -DOMXILCOMPOminate-unused-debug-types -Wall -Werror -DCONFIG_DE…
28 -CFLAGS="${CFLAGS} -Wall -Werror"
29 +CFLAGS="${CFLAGS} -Wall"
/OK3568_Linux_fs/external/xserver/hw/dmx/man/
H A DXdmx.man375 .B wall
404 dw ::= display | wall | option
411 wall ::=
412 .B wall
466 .B wall
469 .B wall
470 is the dimension of each display in the wall (e.g., 1280x1024).
506 virtual example3 { wall 2x1 d0:0 d1:0; }
509 A 4x4 wall of 16 total displays could be specified as follows (if no
514 wall d0:0 d1:0 d2:0 d3:0
/OK3568_Linux_fs/buildroot/package/crda/
H A D0003-drop-werror.patch30 -CFLAGS += -std=gnu99 -Wall -Werror -pedantic
31 +CFLAGS += -std=gnu99 -Wall -pedantic
32 CFLAGS += -Wall -g
/OK3568_Linux_fs/buildroot/package/icu/
H A D0002-workaround-toolchain-bugs.patch5 combination of "-W -Wall" and "-Os", and causes an internal compiler
24 - CFLAGS="$CFLAGS -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-…
33 - CXXFLAGS="$CXXFLAGS -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long"

12345678910>>...54