Commit d344dce9 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

configure.in (noconfigdirs): Disable libgcj.

	* configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
	* MAINTAINERS: Add self as maintainer of MMIX port.
	Remove old after-approval entry.

From-SVN: r46744
parent e6313aee
2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
* configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
* MAINTAINERS: Add self as maintainer of MMIX port.
Remove old after-approval entry.
2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk> 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
* ChangeLog, configure: Fix spelling errors. * ChangeLog, configure: Fix spelling errors.
......
...@@ -111,6 +111,7 @@ predict.def Jan Hubicka jh@suse.cz ...@@ -111,6 +111,7 @@ predict.def Jan Hubicka jh@suse.cz
Ada front end Geert Bosch bosch@gnat.com Ada front end Geert Bosch bosch@gnat.com
Ada front end Robert Dewar dewar@gnat.com Ada front end Robert Dewar dewar@gnat.com
CRIS port Hans-Peter Nilsson hp@axis.com CRIS port Hans-Peter Nilsson hp@axis.com
MMIX port Hans-Peter Nilsson hp@bitrange.com
Note individuals who maintain parts of the compiler need approval to check Note individuals who maintain parts of the compiler need approval to check
in changes outside of the parts of the compiler they maintain. in changes outside of the parts of the compiler they maintain.
...@@ -160,7 +161,6 @@ Bryce McKinlay bryce@gcc.gnu.org ...@@ -160,7 +161,6 @@ Bryce McKinlay bryce@gcc.gnu.org
Alan Modra amodra@bigpond.net.au Alan Modra amodra@bigpond.net.au
Toon Moene toon@moene.indiv.nluug.nl Toon Moene toon@moene.indiv.nluug.nl
Catherine Moore clm@redhat.com Catherine Moore clm@redhat.com
Hans-Peter Nilsson hp@bitrange.com
Diego Novillo dnovillo@redhat.com Diego Novillo dnovillo@redhat.com
David O'Brien obrien@FreeBSD.org David O'Brien obrien@FreeBSD.org
Jeffrey D. Oldham oldham@codesourcery.com Jeffrey D. Oldham oldham@codesourcery.com
......
...@@ -843,6 +843,9 @@ case "${target}" in ...@@ -843,6 +843,9 @@ case "${target}" in
target_configdirs="${target_configdirs} target-bsp target-cygmon" target_configdirs="${target_configdirs} target-bsp target-cygmon"
fi fi
;; ;;
mmix-*-*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;
mn10200-*-*) mn10200-*-*)
noconfigdirs="$noconfigdirs ${libgcj}" noconfigdirs="$noconfigdirs ${libgcj}"
if [ x${is_cross_compiler} != xno ] ; then if [ x${is_cross_compiler} != xno ] ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment