mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-11 16:46:14 +08:00
fix setting of target_alias when using config.guess (fixes PR config/2422)
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
|
||||||
|
|
||||||
|
* configure: when using config.guess, only set target_alias when
|
||||||
|
it's not already been set (ie, on the command line)
|
||||||
|
|
||||||
Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
||||||
|
|
||||||
* Makefile.in: add installcheck target, set PRMS to install-prms
|
* Makefile.in: add installcheck target, set PRMS to install-prms
|
||||||
|
@ -32,7 +32,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
|
|||||||
send-pr gprof gdbtest tgas etc expect deja-gnu dejagnu sim
|
send-pr gprof gdbtest tgas etc expect deja-gnu dejagnu sim
|
||||||
m4 autoconf ispell grep diff rcs cvs fileutils shellutils
|
m4 autoconf ispell grep diff rcs cvs fileutils shellutils
|
||||||
textutils wdiff find emacs uudecode hello tar gzip indent
|
textutils wdiff find emacs uudecode hello tar gzip indent
|
||||||
recode"
|
recode package2 package"
|
||||||
|
|
||||||
|
|
||||||
# these libraries are built for the target environment, and are built after
|
# these libraries are built for the target environment, and are built after
|
||||||
|
Reference in New Issue
Block a user