blob: 93588733f0b2d20b4ae11feac8a186c381bd5ec8 (
plain)
1
2
3
4
5
6
7
8
9
|
# We enable sysroot support for gcc and binutils
# here. gen_usr_ldscript from toolchain-funcs inject full path into
# the ld script wrapper, which results in double prefix. Furthermore,
# the original motivation of this helper (bug #4411), putting dynamic
# library into /lib and static one into /usr/lib while linking to
# dynamic one first, does not apply Prefix as we don't rely on
# {/usr,}/lib separation.
PREFIX_DISABLE_GEN_USR_LDSCRIPT="yes"
|