diff options
author | Mark Mitchell <mark@codesourcery.com> | 2002-04-15 19:00:10 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2002-04-15 19:00:10 +0000 |
commit | 162973010629bf5eacefe3fc9b2f2ac8a0b26680 (patch) | |
tree | fc057dbe1c9d482cb4bf9a4b1c86de6185849f5e /MAINTAINERS | |
parent | d5c66eccdf57c27e1bdd339aa79c42655c44d4ab (diff) | |
download | gcc-162973010629bf5eacefe3fc9b2f2ac8a0b26680.zip gcc-162973010629bf5eacefe3fc9b2f2ac8a0b26680.tar.gz gcc-162973010629bf5eacefe3fc9b2f2ac8a0b26680.tar.bz2 |
MAINTAINERS: Remove chill maintainers.
* MAINTAINERS: Remove chill maintainers.
* Makefile.in (CHILLFLAGS): Remove.
(CHILL_LIB): Remove.
(TARGET_CONFIGDIRS): Remove libchill.
(CHILL_FOR_TARGET): Remove.
(BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
CHILL_LIB.
(CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
(CHECK_TARGET_MODULES): Likewise.
(INSTALL_TARGET_MODULES): Likewise.
(CLEAN_TARGET_MODULES): Likewise.
(configure-target-libchill): Remove.
(all-target-libchill): Remove.
* configure.in (target_libs): Remove target-libchill.
Do not compute CHILL_FOR_TARGET.
* libchill: Remove directory.
Remove Chill front end.
* gcc.c (default_compilers): Remove Chill entries.
* ch: Remove directory.
* doc/frontends.texi: Remove information about Chill.
* doc/sourcebuild.texi: Likewise.
* doc/standards.texi: Likewise.
* testsuite/lib/chill.exp: Remove.
* g77.texi: Remove Chill reference.
* gcc_release (build_tarfiles): Do not build Chill tarfiles.
(CHILL_DIRS): Remove.
From-SVN: r52325
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9558184..aeae942 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -77,8 +77,6 @@ fortran Richard Henderson rth@redhat.com fortran Toon Moene toon@moene.indiv.nluug.nl c++ Jason Merrill jason@redhat.com c++ Mark Mitchell mark@codesourcery.com -chill Dave Brolley brolley@redhat.com -chill Per Bothner per@bothner.com cpplib Dave Brolley brolley@redhat.com cpplib Per Bothner per@bothner.com cpplib Zack Weinberg zack@codesourcery.com |