mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
a49e13fb4e
Now that libc backend installs the libraries into the directory reported by gcc as 'multi-os-directory', sh4 libraries are installed into a '!m4' subdirectory. This directory then confuses GNU ld, which assumes the exclamation mark to be a word separator and attempts to link to '/usr/lib' (a directory). However, if multilib is enabled, the default libraries are installed into the [expected] '/usr/lib/./'. This looks like an artifact of SuperH's unique way of specifying the multilibs to be built in GCC (which may list exclusions, starting with '!'). Signed-off-by: Alexey Neyman <stilor@att.net> |
||
---|---|---|
.. | ||
alpha.in | ||
alpha.in.2 | ||
arm.in | ||
arm.in.2 | ||
avr.in | ||
m68k.in | ||
microblaze.in | ||
mips.in | ||
mips.in.2 | ||
nios2.in | ||
powerpc.in | ||
powerpc.in.2 | ||
s390.in | ||
sh.in | ||
sh.in.2 | ||
sparc.in | ||
x86.in | ||
xtensa.in | ||
xtensa.in.2 |