diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-15 07:05:04 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-15 07:05:04 +0000 |
commit | c4fa4c4d9fccf5c27b3607881dc2c8b6bd4f00e7 (patch) | |
tree | fff0335d1435c9b6e70f06bebdd1a98b6cfd22bc /gcc/INSTALL | |
parent | 68a99e8a6d757691f24b0cc2f8dcc34d5ad3b723 (diff) | |
download | gcc-c4fa4c4d9fccf5c27b3607881dc2c8b6bd4f00e7.tar.gz |
Bring over changes from latest gcc-2.8 pre-release.
Mirror sched.c change into haifa-sched.c
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17097 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/INSTALL')
-rw-r--r-- | gcc/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/INSTALL b/gcc/INSTALL index 595bc1df33b..60fabf131b7 100644 --- a/gcc/INSTALL +++ b/gcc/INSTALL @@ -164,7 +164,7 @@ and includes all the necessary compilation tools and libraries. `--nfp' currently has no effect, though perhaps there are other systems where it could usefully make a difference. - `--enable-objcthreads=TYPE' + `--enable-threads=TYPE' Certain systems, notably Linux-based GNU systems, can't be relied on to supply a threads facility for the Objective C runtime and so will default to single-threaded runtime. They |