mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
Remove reloc.c from v850_files.
This commit is contained in:
@ -31,7 +31,7 @@ else
|
|||||||
lose_these_too="${d10v_files} ${lose_these_too}"
|
lose_these_too="${d10v_files} ${lose_these_too}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
v850_files="cpu-v850.c elf32-v850.c reloc.c"
|
v850_files="cpu-v850.c elf32-v850.c"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
|
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
|
||||||
keep_these_too="${v850_files} ${keep_these_too}"
|
keep_these_too="${v850_files} ${keep_these_too}"
|
||||||
|
Reference in New Issue
Block a user