From d344dce955f64380488a2e7242faacff4521e7d1 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sat, 3 Nov 2001 22:00:58 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ MAINTAINERS | 2 +- configure.in | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 388059cfb64..0a5ddfd9a4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-11-03 Hans-Peter Nilsson + + * 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 * ChangeLog, configure: Fix spelling errors. diff --git a/MAINTAINERS b/MAINTAINERS index 041a7f36398..0422fdb27f6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -111,6 +111,7 @@ predict.def Jan Hubicka jh@suse.cz Ada front end Geert Bosch bosch@gnat.com Ada front end Robert Dewar dewar@gnat.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 in changes outside of the parts of the compiler they maintain. @@ -160,7 +161,6 @@ Bryce McKinlay bryce@gcc.gnu.org Alan Modra amodra@bigpond.net.au Toon Moene toon@moene.indiv.nluug.nl Catherine Moore clm@redhat.com -Hans-Peter Nilsson hp@bitrange.com Diego Novillo dnovillo@redhat.com David O'Brien obrien@FreeBSD.org Jeffrey D. Oldham oldham@codesourcery.com diff --git a/configure.in b/configure.in index c4d660dbb6f..26fd4e24e60 100644 --- a/configure.in +++ b/configure.in @@ -843,6 +843,9 @@ case "${target}" in target_configdirs="${target_configdirs} target-bsp target-cygmon" fi ;; + mmix-*-*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; mn10200-*-*) noconfigdirs="$noconfigdirs ${libgcj}" if [ x${is_cross_compiler} != xno ] ; then