mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +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>
12 lines
371 B
Plaintext
12 lines
371 B
Plaintext
# Super-H specific configuration file
|
|
|
|
## select ARCH_SUPPORTS_32
|
|
## select ARCH_DEFAULT_32
|
|
## select ARCH_USE_MMU
|
|
## select ARCH_SUPPORTS_BOTH_ENDIAN
|
|
## select ARCH_DEFAULT_LE
|
|
## select ARCH_REQUIRES_MULTILIB
|
|
##
|
|
## help The Super-H architecture, as defined by:
|
|
## help http://www.renesas.com/fmwk.jsp?cnt=superh_family_landing.jsp&fp=/products/mpumcu/superh_family/
|