meta-virtualization/recipes-containers/runc
Martin Jansa 5bb2ad0d25 runc-opencontainers: use bfd linker even when gold is selected by ls-is-gold
* fixes:
  ld: --no-dynamic-linker: unknown option
* you might need to clean the build for updated LDFLAGS to be corectly re-configured

* lld and bfd are fine:

$ ld.gold --help | grep dynamic-linker
  -I PROGRAM, --dynamic-linker PROGRAM
$ ld.bfd --help | grep dynamic-linker
  -I PROGRAM, --dynamic-linker PROGRAM
  --no-dynamic-linker         Produce an executable with no program interpreter header
$ ld.lld --help | grep dynamic-linker
  --dynamic-linker=<value>
  --no-dynamic-linker     Inhibit output of .interp section

* not sure where this came from only place where I see --no-dynamic-linker
  in runc-opencontainers WORKDIR is:
  aarch64-oe-linux/13.1.1/plugin/include/config/aarch64/aarch64-linux.h:   %{static-pie:-Bstatic -pie --no-dynamic-linker -z text} \
  aarch64-oe-linux/13.1.1/plugin/include/aarch64-linux.h:   %{static-pie:-Bstatic -pie --no-dynamic-linker -z text} \

  so my guess is:
  923ae4da Makefile: add support for static PIE

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-07-27 12:03:05 -04:00
..
files runc-opencontainers: update to 1.1.7-tip 2023-07-25 14:54:20 -04:00
runc-docker treewide: bulk update patches with status field 2023-01-27 10:32:06 -05:00
runc-docker_git.bb runc-docker: update to 1.1.7-tip 2023-07-25 14:54:20 -04:00
runc-opencontainers_git.bb runc-opencontainers: use bfd linker even when gold is selected by ls-is-gold 2023-07-27 12:03:05 -04:00
runc.inc virtual/runc: don't rprovide virtual/ 2021-09-06 10:57:17 -04:00