diff options
author | Steve Ellcey <sje@cup.hp.com> | 2009-04-01 16:41:54 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2009-04-01 16:41:54 +0000 |
commit | 60911f14c3cd3fe787c4dd745df22e324410ce0c (patch) | |
tree | 0e9df6ab6aaa2535afea0bb8042770f2df9424cf /gcc | |
parent | 96137f957419e1cb75d68232f31923afabf248ac (diff) | |
download | gcc-60911f14c3cd3fe787c4dd745df22e324410ce0c.zip gcc-60911f14c3cd3fe787c4dd745df22e324410ce0c.tar.gz gcc-60911f14c3cd3fe787c4dd745df22e324410ce0c.tar.bz2 |
Makefil.def (languages): New entries.
* Makefil.def (languages): New entries.
* Makefile.tpl (check-gcc-*): New generic target.
* Makefile.in: Regenerate.
* gcc/doc/sourcebuild.texi: Update front-end requirements.
From-SVN: r145415
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index fb63982..e437848 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -499,6 +499,9 @@ directory. FIXME: document this further. @item Details of the directories of any runtime libraries in @file{gcc/doc/sourcebuild.texi}. +@item +Check targets in Makefile.def for the top-level Makefile to check just +the compiler or the compiler and runtime library for the language. @end itemize If the front end is added to the official GCC source repository, the |