qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 501823: gitlab-ci/custom-runners: Disable -st


From: Richard Henderson
Subject: [Qemu-commits] [qemu/qemu] 501823: gitlab-ci/custom-runners: Disable -static-pie for ...
Date: Tue, 23 Aug 2022 12:31:44 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 50182323456049bd89035a69e22be7a63a430b54
      
https://github.com/qemu/qemu/commit/50182323456049bd89035a69e22be7a63a430b54
  Author: Richard Henderson <richard.henderson@linaro.org>
  Date:   2022-08-23 (Tue, 23 Aug 2022)

  Changed paths:
    M .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml

  Log Message:
  -----------
  gitlab-ci/custom-runners: Disable -static-pie for ubuntu-20.04-aarch64

The project has reached the magic size at which we see

/usr/aarch64-linux-gnu/lib/libc.a(init-first.o): in function 
`__libc_init_first':
(.text+0x10): relocation truncated to fit: R_AARCH64_LD64_GOTPAGE_LO15 against \
symbol `__environ' defined in .bss section in 
/usr/aarch64-linux-gnu/lib/libc.a(environ.o)
/usr/bin/ld: (.text+0x10): warning: too many GOT entries for -fpic, please 
recompile with -fPIC

The bug has been reported upstream, but in the meantime there is
nothing we can do except build a non-pie executable.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]