mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
configure ld--it works, but it doesn't support shared libraries.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||||
|
|
||||||
|
* configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
|
||||||
|
configure ld--it works, but it doesn't support shared libraries.
|
||||||
|
|
||||||
Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
||||||
|
|
||||||
* config.guess (*-unknown-freebsd*): Get rid of possible
|
* config.guess (*-unknown-freebsd*): Get rid of possible
|
||||||
|
@ -301,10 +301,14 @@ esac
|
|||||||
|
|
||||||
|
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
alpha-dec-osf1*)
|
alpha-dec-osf*)
|
||||||
noconfigdirs="$noconfigdirs emacs emacs19 fileutils grep newlib"
|
# ld works, but does not support shared libraries. emacs doesn't
|
||||||
|
# work. newlib is not 64 bit ready. I'm not sure about emacs19,
|
||||||
|
# fileutils or grep.
|
||||||
|
noconfigdirs="$noconfigdirs ld emacs emacs19 fileutils grep newlib"
|
||||||
;;
|
;;
|
||||||
alpha*-*-*)
|
alpha*-*-*)
|
||||||
|
# newlib is not 64 bit ready
|
||||||
noconfigdirs="$noconfigdirs newlib"
|
noconfigdirs="$noconfigdirs newlib"
|
||||||
;;
|
;;
|
||||||
h8300*-*-* | \
|
h8300*-*-* | \
|
||||||
|
Reference in New Issue
Block a user