mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +08:00
configure.in: Accept alpha-dec-osf1* instead of just -osf1, since config.guess
will include the full version number.
This commit is contained in:
parent
dff60b7d48
commit
1f97bff7ac
@ -1,3 +1,8 @@
|
||||
Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
|
||||
|
||||
* configure.in: Accept alpha-dec-osf1*, not just -osf1, since
|
||||
config.guess will produce a full version number.
|
||||
|
||||
Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* configure.in: Build linker and binutils for alpha-dec-osf1.
|
||||
|
@ -165,7 +165,7 @@ fi
|
||||
# complain if the target or host isn't supported.
|
||||
|
||||
case "${host}" in
|
||||
alpha-dec-osf1)
|
||||
alpha-dec-osf1*)
|
||||
configdirs=`echo ${configdirs} | sed -e 's/gdb//'`
|
||||
;;
|
||||
i[34]86-*-go32)
|
||||
@ -179,7 +179,7 @@ case "${host}" in
|
||||
esac
|
||||
|
||||
case "${target}" in
|
||||
alpha-dec-osf1)
|
||||
alpha-dec-osf1*)
|
||||
configdirs=`echo ${configdirs} | sed -e 's/gas //'`
|
||||
configdirs=`echo ${configdirs} | sed -e 's/gdb//;s/emacs//;s/fileutils//'`
|
||||
configdirs=`echo ${configdirs} | sed -e 's/grep//;s/libg++//;s/libio//'`
|
||||
|
Loading…
Reference in New Issue
Block a user