| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/ |
| H A D | ncurses-config.patch | 11 - NCURSES_CFLAGS := $(shell ncurses5-config --cflags 2>/dev/null) 13 + NCURSES_CFLAGS := $(shell pkg-config ncurses --cflags 2>/dev/null) 22 - NCURSES_CFLAGS := $(shell ncursesw5-config --cflags 2>/dev/null) 24 + NCURSES_CFLAGS := $(shell p[k-config ncursesw --cflags 2>/dev/null) 33 - NCURSES_CFLAGS := $(shell ncurses6-config --cflags 2>/dev/null) 35 + NCURSES_CFLAGS := $(shell pkg-config ncurses6 --cflags 2>/dev/null) 44 - NCURSES_CFLAGS := $(shell ncursesw6-config --cflags 2>/dev/null) 46 + NCURSES_CFLAGS := $(shell pkg-config ncursesw --cflags 2>/dev/null) 56 - NCURSES_CFLAGS := $(shell ncursesw6-config --cflags 2>/dev/null) 59 + NCURSES_CFLAGS := $(shell pkg-config ncursesw --cflags 2>/dev/null) [all …]
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/ |
| H A D | 0002-link.mk-use-CFLAGS-with-version.o.patch | 25 -version-o-cflags = $(filter-out -g3,$(core-platform-cflags) \ 26 +version-o-cflags = $(filter-out -g3,$(CFLAGS) $(core-platform-cflags) \ 27 $(platform-cflags) $(cflagscore)) 38 -version-o-cflags = $(filter-out -g3,$(core-platform-cflags) \ 39 +version-o-cflags = $(filter-out -g3,$(CFLAGS) $(core-platform-cflags) \ 40 $(platform-cflags) $(cflagscore))
|
| H A D | 0001-compile.mk-use-CFLAGS-from-environment.patch | 32 comp-flags-$2 = $$(filter-out $$(CFLAGS_REMOVE) $$(cflags-remove) \ 33 $$(cflags-remove-$$(comp-sm-$2)) \ 34 $$(cflags-remove-$2), \ 38 $$(comp-cflags$$(comp-sm-$2)) $$(cflags$$(comp-sm-$2)) \ 39 $$(cflags-lib$$(comp-lib-$2)) $$(cflags-$2))
|
| /openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | 12_makefile_config.patch | 73 - @set +e; echo $(CFLAGS) >/tmp/cflags.$$$$ ; \ 74 - if cmp cflags /tmp/cflags.$$$$ ; \ 75 - then rm /tmp/cflags.$$$$ ; \ 76 - else mv /tmp/cflags.$$$$ cflags ; \ 77 + @set +e; echo $(CFLAGS) >cflags.new ; \ 78 + if cmp cflags cflags.new ; \ 79 + then rm cflags.new ; \ 80 + else mv cflags.new cflags ; \
|
| H A D | makefile-fix-parallel.patch | 7 make: *** No rule to make target `cflags', needed by `tcpd.o'. Stop. 9 Let "cflags" depend on config-check which generates cflgas will fix the 38 +cflags: config-check 44 then rm cflags.new ; \ 45 else mv cflags.new cflags ; \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | 0004-v8-don-t-override-ARM-CFLAGS.patch | 42 - 'cflags': ['-march=armv7-a',], 47 - 'cflags': ['-mfpu=<(arm_fpu)',], 52 - 'cflags': ['-mfloat-abi=<(arm_float_abi)',], 55 - 'cflags': ['-mthumb',], 58 - 'cflags': ['-marm',], 75 - 'cflags': ['-march=armv7-a',], 80 - 'cflags': ['-mfpu=<(arm_fpu)',], 85 - 'cflags': ['-mfloat-abi=<(arm_float_abi)',], 88 - 'cflags': ['-mthumb',], 91 - 'cflags': ['-marm',],
|
| H A D | 0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch | 21 - 'cflags': [ '-m64', '-mminimal-toc' ], 22 + 'cflags': [ '-m64' ],
|
| /openbmc/qemu/accel/tcg/ |
| H A D | cpu-exec-common.c | 40 uint32_t cflags = cpu->tcg_cflags; in curr_cflags() local 50 cflags |= CF_NO_GOTO_TB | CF_NO_GOTO_PTR | CF_SINGLE_STEP | 1; in curr_cflags() 52 cflags |= CF_NO_GOTO_TB | 1; in curr_cflags() 54 cflags |= CF_NO_GOTO_TB; in curr_cflags() 57 return cflags; in curr_cflags()
|
| H A D | cpu-exec.c | 166 tb_cflags(tb) == desc->s.cflags) { in tb_lookup_cmp() 207 h = tb_hash_func(phys_pc, (s.cflags & CF_PCREL ? 0 : s.pc), in tb_htable_lookup() 208 s.flags, s.cs_base, s.cflags); in tb_htable_lookup() 233 tcg_debug_assert(!(s.cflags & CF_INVALID)); in tb_lookup() 243 tb_cflags(tb) == s.cflags)) { in tb_lookup() 272 tb->flags, tb->cflags, lookup_symbol(pc)); in log_cpu_exec() 293 uint32_t *cflags) in check_for_breakpoints_slow() argument 353 *cflags = (*cflags & ~CF_COUNT_MASK) | CF_NO_GOTO_TB | CF_BP_PAGE | 1; in check_for_breakpoints_slow() 359 uint32_t *cflags) in check_for_breakpoints() argument 362 check_for_breakpoints_slow(cpu, pc, cflags); in check_for_breakpoints() [all …]
|
| H A D | tcg-accel-ops.c | 55 uint32_t cflags; in tcg_cpu_init_cflags() local 65 cflags = cpu->cluster_index << CF_CLUSTER_SHIFT; in tcg_cpu_init_cflags() 67 cflags |= parallel ? CF_PARALLEL : 0; in tcg_cpu_init_cflags() 68 cflags |= icount_enabled() ? CF_USE_ICOUNT : 0; in tcg_cpu_init_cflags() 69 tcg_cflags_set(cpu, cflags); in tcg_cpu_init_cflags()
|
| H A D | translator.c | 43 static TCGOp *gen_tb_start(DisasContextBase *db, uint32_t cflags) in gen_tb_start() argument 48 if ((cflags & CF_USE_ICOUNT) || !(cflags & CF_NOIRQ)) { in gen_tb_start() 55 if (cflags & CF_USE_ICOUNT) { in gen_tb_start() 72 if (cflags & CF_NOIRQ) { in gen_tb_start() 79 if (cflags & CF_USE_ICOUNT) { in gen_tb_start() 88 static void gen_tb_end(const TranslationBlock *tb, uint32_t cflags, in gen_tb_end() argument 91 if (cflags & CF_USE_ICOUNT) { in gen_tb_end() 126 uint32_t cflags = tb_cflags(tb); in translator_loop() local 150 icount_start_insn = gen_tb_start(db, cflags); in translator_loop() 206 gen_tb_end(tb, cflags, icount_start_insn, db->num_insns); in translator_loop()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/surf/ |
| H A D | 0001-config.ml-make-compatible-with-webkitgtk-2.34.0.patch | 27 -X11INC = `pkg-config --cflags x11` 29 +X11INC = $(shell $(PKG_CONFIG) --cflags x11) 32 -GTKINC = `pkg-config --cflags gtk+-3.0 gcr-3 webkit2gtk-4.0` 34 -WEBEXTINC = `pkg-config --cflags webkit2gtk-4.0 webkit2gtk-web-extension-4.0 gio-2.0` 36 +GTKINC = $(shell $(PKG_CONFIG) --cflags gtk+-3.0 gcr-3 webkit2gtk-4.1) 38 +WEBEXTINC = $(shell $(PKG_CONFIG) --cflags webkit2gtk-4.1 webkit2gtk-web-extension-4.1 gio-2.0)
|
| /openbmc/u-boot/scripts/dtc/pylibfdt/ |
| H A D | setup.py | 90 cflags = ['-I%s' % basedir, '-I%s/libfdt' % basedir] 92 return swig_opts, version, files, cflags, objdir 97 cflags = os.environ.get('CPPFLAGS', '').split() variable 105 if not all((swig_opts, version, files, cflags, objdir)): 106 swig_opts, version, files, cflags, objdir = GetEnvFromMakefiles() variable 111 extra_compile_args = cflags,
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
| H A D | openhpi-glib-cross-compile.patch | 18 -GLIB_CFLAGS=`pkg-config --cflags $GLIB $GTHREAD` 20 -GLIB_ONLY_CFLAGS=`pkg-config --cflags $GLIB` 22 -GMODULE_ONLY_CFLAGS=`pkg-config --cflags $GMODULE` 25 +GLIB_CFLAGS=`PKG_CONFIG_PATH=$PKG_CONFIG_PATH pkg-config --cflags $GLIB $GTHREAD` 27 +GLIB_ONLY_CFLAGS=`PKG_CONFIG_PATH=$PKG_CONFIG_PATH pkg-config --cflags $GLIB` 29 +GMODULE_ONLY_CFLAGS=`PKG_CONFIG_PATH=$PKG_CONFIG_PATH pkg-config --cflags $GMODULE`
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/ |
| H A D | 0003-switch-to-pkg-config.patch | 32 -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 …]
|
| /openbmc/libpldm/tests/fuzz/ |
| H A D | fuzz-build.py | 26 cflags="", argument 33 env["CFLAGS"] = cflags 76 cflags="-fprofile-abs-path",
|
| /openbmc/libmctp/tests/fuzz/ |
| H A D | fuzz-build.py | 26 cflags="", argument 33 env["CFLAGS"] = cflags 76 cflags="-fprofile-abs-path",
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/ |
| H A D | ptpd-use-pkgconfig.patch | 7 instead as the source for libs and cflags. 28 - foo=`$PATH_PCAP_CONFIG --cflags` 29 + foo=`$PATH_PCAP_CONFIG --cflags libpcap`
|
| /openbmc/openbmc/poky/meta/recipes-devtools/go/go/ |
| H A D | 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch | 46 - cppflags, cflags, cxxflags, fflags, ldflags, err := b.CFlags(&load.Package{}) 47 + cppflags, cflags, cxxflags, fflags, ldflags, err := b.CFlags(&load.Package{}, false) 50 fmt.Fprintf(os.Stderr, "go: invalid cflags: %v\n", err) 77 - cppflags, cflags, cxxflags, fflags, ldflags, _ := b.CFlags(p) 78 + cppflags, cflags, cxxflags, fflags, ldflags, _ := b.CFlags(p, true) 82 fmt.Fprintf(h, "CC=%q %q %q %q\n", ccExe, cppflags, cflags, ldflags) 133 -func (b *Builder) CFlags(p *load.Package) (cppflags, cflags, cxxflags, fflags, ldflags []string, e… 134 +func (b *Builder) CFlags(p *load.Package, filtered bool) (cppflags, cflags, cxxflags, fflags, ldfl… 138 @@ -2676,6 +2695,13 @@ func (b *Builder) CFlags(p *load.Package) (cppflags, cflags, cxxflags, fflag… 144 + cflags = filterCompilerFlags(cflags, false)
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/ |
| H A D | 0004-Add-FFMPEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch | 7 --extra-cflags and --extra-ldflags. 32 - --extra-cflags="-mfpu=vfp -mfloat-abi=hard" \ 33 + --extra-cflags="$(FFMPEG_EXTRA_CFLAGS)" \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/ |
| H A D | 0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch | 10 …--as-needed add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs protobuf` 41 +PROTOBUF := $(shell pkg-config --cflags --libs protobuf) 49 pkg-config --cflags protobuf # fails if protobuf is not installed 50 - c++ -std=c++14 add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs prot… 54 pkg-config --cflags protobuf # fails if protobuf is not installed 55 - c++ -std=c++14 list_people.cc addressbook.pb.cc -o list_people_cpp `pkg-config --cflags --libs pr…
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-m2crypto/ |
| H A D | 0001-setup.py-Make-the-cmd-available.patch | 35 cflags = os.environ.get("CFLAGS") 36 if cflags is not None: 37 cmd += cflags.split()
|
| /openbmc/u-boot/scripts/kconfig/lxdialog/ |
| H A D | check-lxdialog.sh | 25 if pkg-config --cflags ncursesw 2>/dev/null; then 27 elif pkg-config --cflags ncurses 2>/dev/null; then
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/ |
| H A D | fix-xft.diff | 9 - XFT_CFLAGS=`xft-config --cflags 2>/dev/null` || found_xft="no" 13 XFT_CFLAGS=`pkg-config --cflags xft fontconfig 2>/dev/null` || found_xft="no"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
| H A D | 0004-Use-pkgconfig-instead-of-libgcrypt-config.patch | 21 -CFLAGS += $(shell libgcrypt-config --cflags) $(CRYPTO_CFLAGS) 22 +CFLAGS += $(shell pkg-config libgcrypt --cflags) $(CRYPTO_CFLAGS)
|