mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
* emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
skip ':'.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2003-01-17 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
|
||||
skip ':'.
|
||||
|
||||
2003-01-16 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* Makefile.in: Regenerate.
|
||||
|
@ -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