mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Leave it for the init file to identify proper binary to run.
This commit is contained in:
@ -105,13 +105,6 @@ site.exp: ./config.status Makefile
|
|||||||
@echo "set target_triplet ${target_canonical}" >> ./tmp0
|
@echo "set target_triplet ${target_canonical}" >> ./tmp0
|
||||||
@echo "set tool binutils" >> ./tmp0
|
@echo "set tool binutils" >> ./tmp0
|
||||||
@echo "set srcdir ${srcdir}" >> ./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
|
@echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0
|
||||||
@cat ./tmp0 > site.exp
|
@cat ./tmp0 > site.exp
|
||||||
@cat site.bak | sed \
|
@cat site.bak | sed \
|
||||||
|
Reference in New Issue
Block a user