mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
New file used for rebuilding dependencies.
This commit is contained in:
@ -43,6 +43,7 @@ config
|
|||||||
config.h
|
config.h
|
||||||
configure.bat
|
configure.bat
|
||||||
configure.in
|
configure.in
|
||||||
|
dep-in.sed
|
||||||
emulparams
|
emulparams
|
||||||
emultempl
|
emultempl
|
||||||
genscripts.sh
|
genscripts.sh
|
||||||
|
16
ld/dep-in.sed
Normal file
16
ld/dep-in.sed
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
:loop
|
||||||
|
/\\$/N
|
||||||
|
/\\$/b loop
|
||||||
|
|
||||||
|
s!@INCDIR@!$(INCDIR)!g
|
||||||
|
s!@srcdir@/!!g
|
||||||
|
s!\.\./bfd/hosts/[^ ]*\.h ! !g
|
||||||
|
|
||||||
|
s/\\\n */ /g
|
||||||
|
|
||||||
|
s/ *$//
|
||||||
|
s/ */ /g
|
||||||
|
/:$/d
|
||||||
|
|
||||||
|
s/\(.\{50\}[^ ]*\) /\1 \\\
|
||||||
|
/g
|
Reference in New Issue
Block a user