diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-03 06:12:27 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-03 06:12:27 +0000 |
commit | 6fb2153aa6d3fcd61853d07a9161b7e00be471d2 (patch) | |
tree | 7c4324ea853fb369a86500067d7b72f3706b012f /gcc/doc/sourcebuild.texi | |
parent | 32020b1004b335bd87616484a8c3c3d5e7a33f04 (diff) | |
download | gcc-6fb2153aa6d3fcd61853d07a9161b7e00be471d2.tar.gz |
gcc/
2008-04-03 Tom Tromey <tromey@redhat.com>
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* config/m68k/t-uclinux (generated_files): Add sysroot-suffix.h.
* config/bfin/t-bfin-linux (generated_files): Add
linux-sysroot-suffix.h.
* doc/install.texi (Prerequisites): Require make 3.80.
* doc/sourcebuild.texi (Front End Directory): Document new
variable.
* Makefile.in (generated_files): New variable.
(ALL_HOST_OBJS): New variable.
($(ALL_HOST_OBJS)): New target.
gcc/java/
2008-04-03 Tom Tromey <tromey@redhat.com>
* Make-lang.in (java_OBJS): New variable.
gcc/objc/
2008-04-03 Tom Tromey <tromey@redhat.com>
* Make-lang.in (objc_OBJS): New variable.
gcc/objcp/
2008-04-03 Tom Tromey <tromey@redhat.com>
* Make-lang.in (obj-c++_OBJS): New variable.
gcc/cp/
2008-04-03 Tom Tromey <tromey@redhat.com>
* Make-lang.in (c++_OBJS): New variable.
gcc/fortran/
2008-04-03 Tom Tromey <tromey@redhat.com>
* Make-lang.in (fortran_OBJS): New variable.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133862 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-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 7db367453fd..896190cd536 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -643,6 +643,9 @@ all generated files in the source directory that are not checked into CVS, but should not delete anything checked into CVS@. @end table +@file{Make-lang.in} must also define a variable @code{@var{lang}_OBJS} +to a list of host object files that are used by that language. + @item lang.opt This file registers the set of switches that the front end accepts on the command line, and their @option{--help} text. @xref{Options}. |