* configure.in: Don't build emacs on Irix 5.
This commit is contained in:
parent
67f67ed998
commit
826337108b
@ -1,3 +1,7 @@
|
||||
Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
|
||||
|
||||
* configure.in: Don't build emacs on Irix 5.
|
||||
|
||||
Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
|
||||
|
||||
* configure.in (*-*-netware*): Add libio.
|
||||
|
@ -383,7 +383,8 @@ case "${target}" in
|
||||
;;
|
||||
mips*-*-irix5*)
|
||||
# The GNU linker does not support shared libraries.
|
||||
noconfigdirs="$noconfigdirs ld gprof"
|
||||
# emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
|
||||
noconfigdirs="$noconfigdirs ld gprof emacs"
|
||||
;;
|
||||
mips*-dec-bsd*)
|
||||
noconfigdirs="$noconfigdirs gprof"
|
||||
|
Loading…
Reference in New Issue
Block a user