diff options
author | David D. Zuhn <zoo@cygnus> | 1993-03-24 21:10:41 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-03-24 21:10:41 +0000 |
commit | 3dec6e14a9cbec4122943cf22d977b83961f06d8 (patch) | |
tree | e45c7b948a1bafcc8e0ca4f6d255fb1b5d53fb46 | |
parent | 214aa2448f35504af4beb4589ea9df24255d7cf5 (diff) | |
download | binutils-3dec6e14a9cbec4122943cf22d977b83961f06d8.zip binutils-3dec6e14a9cbec4122943cf22d977b83961f06d8.tar.gz binutils-3dec6e14a9cbec4122943cf22d977b83961f06d8.tar.bz2 |
fix setting of target_alias when using config.guess (fixes PR config/2422)
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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) * Makefile.in: add installcheck target, set PRMS to install-prms diff --git a/configure.in b/configure.in index 12ad220..92ffae3 100644 --- a/configure.in +++ b/configure.in @@ -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 m4 autoconf ispell grep diff rcs cvs fileutils shellutils 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 |