From 34677bae651336700ad8a84f7218e080c435fafc Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Thu, 22 Oct 2009 09:25:51 +0000 Subject: install.texi: Document --enable-browser-plugin. gcc/ 2009-10-22 Matthias Klose * doc/install.texi: Document --enable-browser-plugin. libjava/ 2009-10-22 Matthias Klose * configure.ac: Rename --enable-plugin to --enable-browser-plugin, pass --{en,dis}able-plugin to the classpath configure. * configure: Regenerate. From-SVN: r153448 --- gcc/ChangeLog | 4 ++++ gcc/doc/install.texi | 9 +++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1808c43..107ade7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-10-22 Matthias Klose + + * doc/install.texi: Document --enable-browser-plugin. + 2009-10-21 Vladimir Makarov * doc/invoke.texi (fira-loop-pressure): Update default value. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 73d8ded..c04f9cb 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1346,8 +1346,10 @@ powerpc-linux for powerpc64-linux, only generates 32-bit code. This option enables the 32-bit target to be a bi-arch compiler, which is useful when you want a bi-arch compiler that defaults to 32-bit, and you are building a bi-arch or multi-arch binutils in a combined tree. -Currently, this option only affects sparc-linux, powerpc-linux and -x86-linux. +On mips-linux, this will build a tri-arch compiler (ABI o32/n32/64), +defaulted to o32. +Currently, this option only affects sparc-linux, powerpc-linux, x86-linux +and mips-linux. @item --enable-secureplt This option enables @option{-msecure-plt} by default for powerpc-linux. @@ -1882,6 +1884,9 @@ not specified, then the Python modules are installed in $(prefix)/share/python. @item --enable-aot-compile-rpm Adds aot-compile-rpm to the list of installed scripts. +@item --enable-browser-plugin +Build the gcjwebplugin web browser plugin. + @table @code @item ansi Use the single-byte @code{char} and the Win32 A functions natively, -- cgit v1.1