Home
last modified time | relevance | path

Searched +full:- +full:- +full:cc (Results 1 – 25 of 1042) sorted by relevance

12345678910>>...42

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort3/
H A D0001-Fix-build-with-gcc-15.patch4 Subject: [PATCH] Fix build with gcc-15
6 Signed-off-by: Nguyen Dat Tho <tho3.nguyen@lge.com>
8 Upstream-Status: Submitted <https://github.com/snort3/snort3/pull/408>
9 ---
10 tools/snort2lua/config_states/config_ignore_ports.cc | 1 +
11 tools/snort2lua/preprocessor_states/pps_dcerpc_server.cc | 1 +
12 tools/snort2lua/preprocessor_states/pps_frag3_engine.cc | 1 +
13 tools/snort2lua/preprocessor_states/pps_stream5_tcp.cc | 1 +
14 tools/snort2lua/rule_states/rule_gid_sid.cc | 1 +
17 diff --git a/tools/snort2lua/config_states/config_ignore_ports.cc b/tools/snort2lua/config_states/c…
[all …]
/openbmc/qemu/tests/tcg/s390x/
H A Dadd-logical-with-carry.c4 * SPDX-License-Identifier: GPL-2.0-or-later
16 * Each test starts with CC 0 and executes two chained ADD LOGICAL WITH
18 * with both 32- and 64-bit test functions.
22 { "cc0->cc0", {0, 0, 0}, 0, 0, },
23 { "cc0->cc1", {0, 0, 42}, 42, 1, },
24 /* cc0->cc2 is not possible */
25 /* cc0->cc3 is not possible */
26 /* cc1->cc0 is not possible */
27 { "cc1->cc1", {-3, 1, 1}, -1, 1, },
28 { "cc1->cc2", {-3, 1, 2}, 0, 2, },
[all …]
H A Dex-relative-long.c7 long (*func)(long reg, long *cc);
17 * there is an off-by-a-small-value bug.
32 /* Initial cc value. */
33 #define CC 0 macro
47 F(larl, (long)&mem[MEM_IDX], MEM, CC) \
48 F(lgfrl, 0xfffffffffedcba98, MEM, CC) \
49 F(lghrl, 0xfffffffffffffedc, MEM, CC) \
50 F(lgrl, MEM, MEM, CC) \
51 F(lhrl, 0x12345678fffffedc, MEM, CC) \
52 F(llghrl, 0x000000000000fedc, MEM, CC) \
[all …]
H A Drxsbg.c4 * SPDX-License-Identifier: GPL-2.0-or-later
10 rxsbg(unsigned long *r1, unsigned long r2, int i3, int i4, int i5, int *cc) in rxsbg() argument
13 "ipm %[cc]" in rxsbg()
14 : [r1] "+r" (*r1), [cc] "=r" (*cc) in rxsbg()
16 : "cc"); in rxsbg()
17 *cc = (*cc >> 28) & 3; in rxsbg()
23 int cc; in test_cc0() local
25 rxsbg(&r1, 3, 61 | 0x80, 62, 1, &cc); in test_cc0()
27 assert(cc == 0); in test_cc0()
33 int cc; in test_cc1() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0001-Include-time.h-header-to-pass-clang-compilation.patch3 Date: Fri, 20 Sep 2019 15:02:45 -0400
6 ---
7 Upstream-Status: Pending
9 nmap_error.cc | 11 +----------
10 nping/EchoServer.cc | 1 +
11 osscan2.cc | 1 +
12 service_scan.cc | 1 +
13 4 files changed, 4 insertions(+), 10 deletions(-)
15 diff --git a/nmap_error.cc b/nmap_error.cc
17 --- a/nmap_error.cc
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/concurrencykit/
H A D0001-configure-Fix-compoiler-detection-logic-for-cross-co.patch3 Date: Fri, 6 Jan 2023 18:51:34 -0800
5 cross-compilation
11 Upstream-Status: Inappropriate [OE-Specific]
13 Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 ---
15 configure | 56 ++++++++++++++++---------------------------------------
16 1 file changed, 16 insertions(+), 40 deletions(-)
18 --- a/configure
20 @@ -661,48 +661,24 @@ if test "$PROFILE"; then
24 -if test ! -x "${CC}"; then
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap-7.92/
H A D0003-Include-time.h-header-to-pass-clang-compilation.patch3 Date: Fri, 20 Sep 2019 15:02:45 -0400
6 Upstream-Status: Pending
8 Signed-off-by: Peiran Hong <peiran.hong@windriver.com>
9 ---
10 nmap_error.cc | 11 +----------
11 nping/EchoServer.cc | 1 +
12 osscan2.cc | 1 +
13 service_scan.cc | 1 +
14 4 files changed, 4 insertions(+), 10 deletions(-)
16 diff --git a/nmap_error.cc b/nmap_error.cc
[all …]
H A D0006-Fix-build-with-libpcap-1.10.5.patch7 In file included from /build/tmp/work/core2-64-poky-linux/nmap/7.92/recipe-sysroot/usr/include/pcap…
8 … from /build/tmp/work/core2-64-poky-linux/nmap/7.92/recipe-sysroot/usr/include/pcap.h:43,
10 from nse_nsock.cc:4:
11 nse_nsock.cc:36:3: error: expected identifier before 'int'
14 nse_nsock.cc:36:3: error: expected '}' before 'int'
15 nse_nsock.cc:33:6: note: to match this '{'
18 nse_nsock.cc:36:15: error: expected unqualified-id before '=' token
21 nse_nsock.cc:40:1: error: expected declaration before '}' token
25 Upstream-Status: Pending
27 Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D14251 if ! test -t 0; then
57 ) | $QEMU -nographic -monitor stdio -nodefaults "$@"
70 _make_test_img -b "$TEST_IMG.base" $size -F $IMGFMT
76 run_qemu -drive file="$TEST_IMG",cache=none
77 run_qemu -drive file="$TEST_IMG",cache=directsync
78 run_qemu -drive file="$TEST_IMG",cache=writeback
79 run_qemu -drive file="$TEST_IMG",cache=writethrough
80 run_qemu -drive file="$TEST_IMG",cache=unsafe
81 run_qemu -drive file="$TEST_IMG",cache=invalid_value
88 ids="node-name=image,backing.node-name=backing,backing.file.node-name=backing-file,file.node-name=f…
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0002-build-Adjust-CFLAGS-LDFLAGS-to-append-values-passed-.patch3 Date: Wed, 12 Jul 2017 18:09:46 -0700
9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 ---
12 Upstream-Status: Pending
14 scripts/build | 2 +-
15 src/Makefile | 14 +++++++-------
16 2 files changed, 8 insertions(+), 8 deletions(-)
18 diff --git a/scripts/build b/scripts/build
20 --- a/scripts/build
22 @@ -18,7 +18,7 @@ done
[all …]
/openbmc/libmctp/tests/fuzz/
H A Dfuzz-build.py2 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
12 # * -O0, with coverage
18 BASE_MESONFLAGS = "-Dwarning_level=2 -Ddefault_library=static --wipe".split()
19 FUZZ_PROGRAMS = ["tests/fuzz/i2c-fuzz"]
24 cc: str = None,
36 # Meson sets CC="ccache cc" by default, but ccache removes -fprofile-arcs
37 # so coverage breaks (ccache #1531). Prevent that by setting CC/CXX.
38 env["CC"] = cc if cc else "cc"
42 meson_cmd += [f"-Doptimization={opt}"]
46 ninja_cmd = ["ninja", "-C", build_dir] + FUZZ_PROGRAMS
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/files/
H A Dmake-errors.patch1 Don't wrap CC in quotes as our CC has options and this breaks command lookup.
3 Upstream-Status: Backport [https://git.sdaoden.eu/browse/s-nail.git/commit/?h=next&id=c08f3c898def7…
4 Signed-off-by: Ross Burton <ross.burton@arm.com>
9 Subject: [-] Remove even more bogus quotation marks (Ross Burton)..
11 On top of (mk/su-find-command.sh: clearly define space behaviour)
12 and (mx-test.sh: remove bogus quotation marks) Ross Burton
14 ---
15 mk/pcb-cc.sh | 2 +-
16 mk/su-make-errors.sh | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
[all …]
/openbmc/libpldm/tests/fuzz/
H A Dfuzz-build.py2 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
12 # * -O0, with coverage
18 BASE_MESONFLAGS = "-Dwarning_level=2 -Ddefault_library=static --wipe".split()
19 FUZZ_PROGRAMS = ["tests/fuzz/fd-fuzz"]
24 cc: str = None,
36 # Meson sets CC="ccache cc" by default, but ccache removes -fprofile-arcs
37 # so coverage breaks (ccache #1531). Prevent that by setting CC/CXX.
38 env["CC"] = cc if cc else "cc"
42 meson_cmd += [f"-Doptimization={opt}"]
46 ninja_cmd = ["ninja", "-C", build_dir] + FUZZ_PROGRAMS
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A D0001-build-Pass-tag-CC-explictly-when-using-libtool.patch3 Date: Sun, 23 Jul 2017 16:52:43 -0700
4 Subject: [PATCH] build: Pass --tag=CC explictly when using libtool
10 Upstream-Status: Pending
12 Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 ---
14 Makefile.in | 4 ++--
15 build-scripts/makedep.sh | 8 ++++----
16 2 files changed, 6 insertions(+), 6 deletions(-)
18 diff --git a/Makefile.in b/Makefile.in
20 --- a/Makefile.in
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1/
H A D0001-Fix-return-type-errors.patch4 Subject: [PATCH] Fix return-type errors
6 Fix "control reaches end of non-void function" in code when -Werror=return-type
9 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc:…
10-audio-processing-1.3/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc:45:1: …
13 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc: In function …
14 …c-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc:117:1: error: cont…
17 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc: In lambda fu…
18-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc:1853:13: error: con…
22 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
23 ---
[all …]
/openbmc/qemu/backends/
H A Dcryptodev-vhost.c26 #include "hw/virtio/virtio-bus.h"
27 #include "system/cryptodev-vhost.h"
31 #include "qemu/error-report.h"
32 #include "hw/virtio/virtio-crypto.h"
33 #include "system/cryptodev-vhost-user.h"
39 return crypto->dev.max_queues; in cryptodev_vhost_get_max_queues()
44 vhost_dev_cleanup(&crypto->dev); in cryptodev_vhost_cleanup()
57 crypto->dev.max_queues = 1; in cryptodev_vhost_init()
58 crypto->dev.nvqs = 1; in cryptodev_vhost_init()
59 crypto->dev.vqs = crypto->vqs; in cryptodev_vhost_init()
[all …]
/openbmc/qemu/pc-bios/optionrom/
H A DMakefile2 SRC_DIR := $(TOPSRC_DIR)/pc-bios/optionrom
9 CFLAGS = -O2 -g
15 quiet-@ = $(if $(V),,@$(if $1,printf "%s\n" "$(TARGET_PREFIX)$1" && ))
16 quiet-command = $(call quiet-@,$2 $@)$1
19 override CPPFLAGS += -MMD -MP -MT $@ -MF $(@D)/$(*F).d
21 override CFLAGS += -march=i486 -Wall $(EXTRA_CFLAGS) -m16
22 override CFLAGS += -ffreestanding -I$(TOPSRC_DIR)/include
24 cc-test = $(CC) -Werror $1 -c -o /dev/null -xc /dev/null >/dev/null 2>/dev/null
25 cc-option = if $(call cc-test, $1); then \
29 # If -fcf-protection is enabled in flags or compiler defaults that will
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch3 Date: Wed, 9 Mar 2022 12:13:28 -0800
9 Upstream-Status: Inactive-Upstream
10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 ---
12 unix/configure | 28 ++++++++++++++--------------
13 1 file changed, 14 insertions(+), 14 deletions(-)
15 diff --git a/unix/configure b/unix/configure
17 --- a/unix/configure
19 @@ -116,7 +116,7 @@ _EOF_
21 if test ` uname -s 2> /dev/null ` = 'Darwin'; then
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/
H A D0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch3 Date: Thu, 20 Mar 2025 20:33:02 -0700
6 * move pkg-config call to separate variable, so that the final version
10-oe-linux-g++ -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=core2-32-oe-linux/prot…
11 …/tmp/cccjSJQs.o:addressbook.pb.cc:scc_info_Person_addressbook_2eproto: error: undefined reference …
12 …/tmp/cccjSJQs.o:addressbook.pb.cc:descriptor_table_addressbook_2eproto_deps: error: undefined refe…
16 * and the same with list_people_cpp this time with pkg-config already through the variable:
17-oe-linux-g++ -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=core2-32-oe-linux/prot…
18 …/tmp/ccpaI5Su.o:addressbook.pb.cc:scc_info_Person_addressbook_2eproto: error: undefined reference …
19 …/tmp/ccpaI5Su.o:addressbook.pb.cc:descriptor_table_addressbook_2eproto_deps: error: undefined refe…
23 Upstream-Status: Pending
[all …]
/openbmc/qemu/hw/core/
H A Dcpu-system.c4 * Copyright (c) 2012-2014 SUSE LINUX Products GmbH
18 * <http://www.gnu.org/licenses/gpl-2.0.html>
23 #include "system/address-spaces.h"
26 #include "exec/tb-flush.h"
27 #include "qemu/target-info.h"
28 #include "hw/qdev-core.h"
29 #include "hw/qdev-properties.h"
30 #include "hw/core/sysemu-cpu-ops.h"
36 return cpu->cc->sysemu_ops->has_work(cpu); in cpu_has_work()
41 if (cpu->cc->sysemu_ops->get_paging_enabled) { in cpu_paging_enabled()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/files/
H A D0001-fix-musl-build.patch6 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
7 ---
8 Upstream-Status: Pending
10 sdk/perfetto.cc | 1 -
11 src/base/utils.cc | 1 -
12 2 files changed, 2 deletions(-)
14 diff --git a/sdk/perfetto.cc b/sdk/perfetto.cc
16 --- a/sdk/perfetto.cc
17 +++ b/sdk/perfetto.cc
18 @@ -6558,7 +6558,6 @@ std::optional<int32_t> GetTimezoneOffsetMins() {
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dldflags.patch1 Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs anywhere]
5 --- tcp_wrappers_7.6.orig.orig/Makefile 2009-04-06 10:55:47.000000000 +0000
6 +++ tcp_wrappers_7.6.orig/Makefile 2009-04-06 10:57:04.000000000 +0000
7 @@ -748,31 +748,31 @@
10 rm -f $(SHLIB)
11 - $(CC) -o $(SHLIB) $(SHLINKFLAGS) $(SHLIB_OBJ)
12 + $(CC) $(LDFLAGS) -o $(SHLIB) $(SHLINKFLAGS) $(SHLIB_OBJ)
13 ln -sf $(notdir $(SHLIB)) $(SHLIBSOMAJ)
14 ln -sf $(notdir $(SHLIBSOMAJ)) $(SHLIBSO)
17 - $(CC) $(CFLAGS) -o $@ tcpd.o $(SHLIBFLAGS)
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/aoetools/
H A Dmakefile-add-ldflags.patch3 Upstream-Status: Pending
5 Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
7 diff --git a/Makefile b/Makefile
9 --- a/Makefile
11 @@ -68,17 +68,17 @@ clean :
12 rm -f ${CONF_SCRIPTS} ${AOE_PING_OBJ} ${AOE_CFG_OBJ} ${SANCHECK_OBJ} ${PROGS}
15 - ${CC} ${CFLAGS} -o $@ ${AOE_PING_OBJ}
16 + ${CC} ${CFLAGS} ${LDFLAGS} -o $@ ${AOE_PING_OBJ}
18 ${CC} ${CFLAGS} -o $@ -c $<
20 ${CC} ${CFLAGS} -o $@ -c $<
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol/
H A D0001-pavucontrol-remove-canberra-gtk-support.patch2 From: Markus Volk <f_l_k@t-online.de>
4 Subject: [PATCH] pavucontrol: remove canberra-gtk support
6 libcanberra-gtk3 module isn't buildable for wayland.
9 Signed-off-by: Markus Volk <f_l_k@t-online.de>
11 Upstream-Status: Inappropriate
12 ---
13 configure.ac | 2 +-
14 src/pavuapplication.cc | 2 --
15 src/pavucontrol.cc | 4 ----
16 src/sinkwidget.cc | 17 -----------------
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/socat/files/
H A D0001-fix-compile-procan.c-failed.patch3 Date: Wed, 27 Nov 2024 04:09:59 -0800
8 gcc -c -D CC="gcc" -o procan.o procan.c
13 2. Compile socat failed if multiple words in $(CC), such as CC="gcc -m64"
15 from ../socat-1.8.0.0/procan.c:10:
16 ../socat-1.8.0.0/sysincludes.h:18:10: fatal error: inttypes.h: No such file or directory
20 In commit [Procan: print umask, CC, and couple more new infos][1],
21 it defeines marcro CC in C source, the space in CC will break
22 C source compile. Use first word of $(CC) to defeine marco CC
26 Upstream-Status: Submitted [socat@dest-unreach.org]
29 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
[all …]

12345678910>>...42