summaryrefslogtreecommitdiff
path: root/gcc/install.texi
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-11-20 07:39:57 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-11-20 07:39:57 +0000
commit034af093de1ae7257cd6d78d3a06147aad4ad1d9 (patch)
tree24b62fd4cbb0c8b42f310f42c9926377940012ba /gcc/install.texi
parent3d2dcf3a32e2455f3b9b502976c3c7b241ca86cd (diff)
downloadgcc-034af093de1ae7257cd6d78d3a06147aad4ad1d9.tar.gz
* configure.in: Add AC_ARG_ENABLE for Haifa as documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16593 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/install.texi')
-rw-r--r--gcc/install.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/install.texi b/gcc/install.texi
index 22166230b93..181aacb81a3 100644
--- a/gcc/install.texi
+++ b/gcc/install.texi
@@ -176,6 +176,16 @@ point unit. These systems include @samp{m68k-sun-sunos@var{n}} and
effect, though perhaps there are other systems where it could usefully
make a difference.
+@cindex Haifa scheduler
+@cindex scheduler, experimental
+@item --enable-haifa
+@item --disable-haifa
+Use @samp{--enable-haifa} to enable use of an experimental instruction
+scheduler (from IBM Haifa). This may or may not produce better code.
+Some targets on which it is known to be a win enable it by default; use
+@samp{--disable-haifa} to disable it in these cases. @code{configure}
+will print out whether the Haifa scheduler is enabled when it is run.
+
@cindex Objective C threads
@cindex threads, Objective C
@item --enable-objcthreads=@var{type}