mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
* emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
skip ':'.
This commit is contained in:
@ -471,9 +471,9 @@ gld${EMULATION_NAME}_add_sysroot (path)
|
||||
while (path[i])
|
||||
if (path[i] == ':')
|
||||
{
|
||||
*p++ = path[i++];
|
||||
strcpy (p, ld_sysroot);
|
||||
p = p + strlen (p);
|
||||
i++;
|
||||
}
|
||||
else
|
||||
*p++ = path[i++];
|
||||
|
Reference in New Issue
Block a user