mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
Leave it for the init file to identify proper binary to run.
This commit is contained in:
parent
6010088699
commit
d46d1d05d3
@ -105,13 +105,6 @@ site.exp: ./config.status Makefile
|
||||
@echo "set target_triplet ${target_canonical}" >> ./tmp0
|
||||
@echo "set tool binutils" >> ./tmp0
|
||||
@echo "set srcdir ${srcdir}" >> ./tmp0
|
||||
@echo "set RANLIB [findfile \$$base_dir/../ranlib]" >> ./tmp0
|
||||
@echo "set OBJCOPY [findfile \$$base_dir/../objcopy]" >> ./tmp0
|
||||
@echo "set STRIP [findfile \$$base_dir/../strip]" >> ./tmp0
|
||||
@echo "set STRINGS [findfile \$$base_dir/../strings]" >> ./tmp0
|
||||
@echo "set NM [findfile \$$base_dir/../nm]" >> ./tmp0
|
||||
@echo "set OBJDUMP [findfile \$$base_dir/../objdump]" >> ./tmp0
|
||||
@echo "set SIZE [findfile \$$base_dir/../size]" >> ./tmp0
|
||||
@echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0
|
||||
@cat ./tmp0 > site.exp
|
||||
@cat site.bak | sed \
|
||||
|
Loading…
Reference in New Issue
Block a user