Home
last modified time | relevance | path

Searched refs:mcore_elf_linker_flags (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Ddlltool.c475 static char * mcore_elf_linker_flags = NULL; variable
4223 mcore_elf_linker_flags = optarg; in main()
4523 if (mcore_elf_linker_flags != NULL) in mcore_elf_gen_out_file()
4524 dyn_string_append_cstr (ds, mcore_elf_linker_flags); in mcore_elf_gen_out_file()
4579 if (mcore_elf_linker_flags) in mcore_elf_gen_out_file()
4580 dyn_string_append_cstr (ds, mcore_elf_linker_flags); in mcore_elf_gen_out_file()
DChangeLog-9899633 (mcore_elf_linker_flags): New variable: Linker flags to pass.