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 /configure.in | |
parent | 214aa2448f35504af4beb4589ea9df24255d7cf5 (diff) | |
download | gdb-3dec6e14a9cbec4122943cf22d977b83961f06d8.zip gdb-3dec6e14a9cbec4122943cf22d977b83961f06d8.tar.gz gdb-3dec6e14a9cbec4122943cf22d977b83961f06d8.tar.bz2 |
fix setting of target_alias when using config.guess (fixes PR config/2422)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |