Home
last modified time | relevance | path

Searched refs:ldflags (Results 1 – 25 of 90) sorted by relevance

1234

/openbmc/u-boot/arch/m68k/
H A DMakefile27 ldflags-$(CONFIG_MCF5441x) := --got=single
28 ldflags-$(CONFIG_MCF5445x) := --got=single
29 ldflags-$(CONFIG_MCF547x_8x) := --got=single
33 PLATFORM_LDFLAGS += $(ldflags-y)
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0009-go-Filter-build-paths-on-staticly-linked-arches.patch6 Filter out build time paths from ldflags and other flags variables when they're
45 - if ldflags := BuildLdflags.String(); ldflags != "" {
46 + if ldflags := filterCompilerFlags(BuildLdflags.String()); ldflags != "" {
47 // https://go.dev/issue/52372: only include ldflags if -trimpath is not set,
H A D0001-cmd-go-make-content-based-hash-generation-less-pedan.patch46 - cppflags, cflags, cxxflags, fflags, ldflags, err := b.CFlags(&load.Package{})
47 + cppflags, cflags, cxxflags, fflags, ldflags, err := b.CFlags(&load.Package{}, false)
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 …ags(p *load.Package, filtered bool) (cppflags, cflags, cxxflags, fflags, ldflags []string, err err…
139 …if ldflags, err = buildFlags("LDFLAGS", DefaultCFlags, p.CgoLDFLAGS, checkLinkerFlags); err != nil…
147 + ldflags = filterCompilerFlags(ldflags, false)
H A D0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch37 …ath, nil, cfg.BuildToolexec, base.Tool("link"), "-o", targetPath, "-importcfg", importcfg, ldflags)
45 …ath, env, cfg.BuildToolexec, base.Tool("link"), "-o", targetPath, "-importcfg", importcfg, ldflags)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch18 'ldflags': [ '-m32' ],
23 'ldflags': [ '-m64' ],
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dcheck-lxdialog.sh6 ldflags() function
87 ldflags
/openbmc/openbmc/meta-security/recipes-ids/crowdsec/
H A Dcrowdsec_1.1.1.bb21 # Pass the needed cflags/ldflags so that cgo
39 INSANE_SKIP:${PN}-dev = "ldflags"
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0003-switch-to-pkg-config.patch33 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
50 -LDFLAGSPNG=${LDFLAGS} $(shell libpng-config --ldflags)
64 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
79 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
94 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
109 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0004-Add-FFMPEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch7 --extra-cflags and --extra-ldflags.
34 + --extra-ldflags="$(FFMPEG_EXTRA_LDFLAGS)" \
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/vc-graphics/
H A Dvc-graphics.inc42 # These are proprietary binaries generated elsewhere so don't check ldflags
43 INSANE_SKIP:${PN} = "ldflags"
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0034-llvm-config-remove-LLVM_LDFLAGS-from-ldflags-output.patch4 Subject: [PATCH] llvm-config: remove LLVM_LDFLAGS from --ldflags output
26 } else if (Arg == "--ldflags") {
H A D0029-llvm-Add-libunwind.pc.in-and-llvm-config-scripts.patch43 +# is needed because arguments like --ldflags, --cxxflags, etc. are set by the
71 + --ldflags)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tunctl/
H A Dtunctl.inc7 file://makefile-add-ldflags.patch \
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/hafnium/
H A Dhafnium_2.12.0.bb63 INSANE_SKIP:${PN} = "ldflags"
64 INSANE_SKIP:${PN}-dbg = "ldflags"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imapfilter/
H A Dimapfilter_2.8.3.bb8 file://ldflags.patch \
/openbmc/openbmc/meta-ibm/meta-fsp2/recipes-kernel/linux/
H A Dlinux-fsp2.inc31 INSANE_SKIP:kernel-vmlinux = "ldflags"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libc-bench/libc-bench/
H A D0001-build-Do-not-override-ldflags-from-environment.patch4 Subject: [PATCH] build: Do not override ldflags from environment
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libc-bench/
H A Dlibc-bench_git.bb13 file://0001-build-Do-not-override-ldflags-from-environment.patch \
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/picamera-libs/
H A Dpicamera-libs.bb20 INSANE_SKIP:${PN} = "ldflags"
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/
H A Dgdb_16.3.bb30 …--ldflags) echo "-Wl,-rpath-link,${STAGING_LIBDIR}/.. -Wl,-rpath,${libdir}/.. -lpthread -ldl -luti…
/openbmc/openbmc/poky/meta/recipes-bsp/setserial/
H A Dsetserial_2.17.bb15 file://ldflags.patch \
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A Dbusybox-cross-menuconfig.patch41 ldflags()
69 HOST_LOADLIBES = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/
H A Dwipe_0.24.bb14 file://makefile-add-ldflags.patch \
/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/
H A Dlibacpi_0.2.bb13 file://ldflags.patch \
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-libidn-perl-0.12/
H A Dlibidn-wr-cross-compile.patch39 system "$cc $cflags -o $test $test.c $ldflags";

1234