mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-21 01:53:05 +00:00
New file used for rebuilding dependencies.
This commit is contained in:
parent
f3628b3985
commit
f80837391e
@ -43,6 +43,7 @@ config
|
||||
config.h
|
||||
configure.bat
|
||||
configure.in
|
||||
dep-in.sed
|
||||
emulparams
|
||||
emultempl
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user