* configure.in: Build ld on IRIX6.
This commit is contained in:
parent
386449a2f8
commit
ccc329f000
@ -1,3 +1,7 @@
|
|||||||
|
1999-06-30 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
|
* configure.in: Build ld on IRIX6.
|
||||||
|
|
||||||
1999-06-12 Ian Lance Taylor <ian@zembu.com>
|
1999-06-12 Ian Lance Taylor <ian@zembu.com>
|
||||||
|
|
||||||
* Makefile.in: Change distribution targets to use bzip2 instead of
|
* Makefile.in: Change distribution targets to use bzip2 instead of
|
||||||
|
@ -784,9 +784,9 @@ case "${target}" in
|
|||||||
noconfigdirs="$noconfigdirs ld gprof emacs target-libgloss"
|
noconfigdirs="$noconfigdirs ld gprof emacs target-libgloss"
|
||||||
;;
|
;;
|
||||||
mips*-*-irix6*)
|
mips*-*-irix6*)
|
||||||
# The GNU assembler and linker do not support IRIX 6.
|
# The GNU assembler does not support IRIX 6.
|
||||||
# emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
|
# emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
|
||||||
noconfigdirs="$noconfigdirs ld gas gprof emacs target-libgloss"
|
noconfigdirs="$noconfigdirs gas gprof emacs target-libgloss"
|
||||||
;;
|
;;
|
||||||
mips*-dec-bsd*)
|
mips*-dec-bsd*)
|
||||||
noconfigdirs="$noconfigdirs gprof target-libgloss"
|
noconfigdirs="$noconfigdirs gprof target-libgloss"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user