diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-22 17:46:35 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-22 17:46:35 +0000 |
| commit | ba866f68564be27ed15eef62b2e8168fc8bddba4 (patch) | |
| tree | 49a33f708b0b149dc568a19489a9041d8a1c02b2 | |
| parent | 62a0da4ebe3e3070c3d8b569f3622d1807a8d0c8 (diff) | |
| download | ppe42-gcc-ba866f68564be27ed15eef62b2e8168fc8bddba4.tar.gz ppe42-gcc-ba866f68564be27ed15eef62b2e8168fc8bddba4.zip | |
* doc/install.texi (Configuration): Document --datadir.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56511 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f3ed2e848cb..05ebd77e188 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-08-22 Tom Tromey <tromey@redhat.com> + + * doc/install.texi (Configuration): Document --datadir. + 2002-08-22 Alexandre Oliva <aoliva@redhat.com> * Makefile.in ($(BUILD_PREFIX_1)varray.o): Depend on $(GGC_H). diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 9e2d6296f42..b3b02fccb3c 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -384,6 +384,10 @@ default is @file{@var{libdir}}. Specify the installation directory for documentation in info format. The default is @file{@var{prefix}/info}. +@item --datadir=@var{dirname} +Specify the installation directory for some architecture-independent +data files referenced by GCC@. The default is @file{@var{prefix}/share}. + @item --mandir=@var{dirname} Specify the installation directory for manual pages. The default is @file{@var{prefix}/man}. (Note that the manual pages are only extracts from |

