]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commit - gcc/gcc.nm
gcc: Create a linker script to ensure correct link against libgcc
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 4 Mar 2023 12:52:27 +0000 (12:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Mar 2023 13:05:52 +0000 (13:05 +0000)
commit19e7240e65cf8d75cdc573af8c40e3ed8aa11f92
tree26312dc9ac2fa0bbbe4429d927d85f05ba14c5b1
parentb059a4e1560349e12b8f50c19133c2aa1354567d
gcc: Create a linker script to ensure correct link against libgcc

On aarch64, GCC builds some emulated functions into the code which come
from libgcc. To ensure that we dynamically link as much as possible,
this script is required so that it will only fall back to pull functions
from the static library if there is no other resort.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
gcc/gcc.nm