mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
* emultempl/sunos.em: Only look for .so files if doing a dynamic
link.
This commit is contained in:
@ -82,6 +82,7 @@ gld${EMULATION_NAME}_before_parse()
|
||||
static void
|
||||
gld${EMULATION_NAME}_create_output_section_statements ()
|
||||
{
|
||||
if (config.dynamic_link)
|
||||
lang_for_each_input_file (gld${EMULATION_NAME}_find_so);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user