Remove docs for removed option.

* doc/install.texi (--enable-altivec): Delete docs.

From-SVN: r97018
This commit is contained in:
James E Wilson 2005-03-24 23:32:09 +00:00 committed by Jim Wilson
parent 9a15bd6344
commit a9f15d8302
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2005-03-24 James E Wilson <wilson@specifixinc.com>
* doc/install.texi (--enable-altivec): Delete docs.
2005-03-24 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/predicates.md (easy_fp_constant): Return 0 for

View File

@ -973,12 +973,6 @@ systems that support conditional traps).
Division by zero checks use the break instruction.
@end table
@item --enable-altivec
Specify that the target supports AltiVec vector enhancements. This
option will adjust the ABI for AltiVec enhancements, as well as generate
AltiVec code when appropriate. This option is only available for
PowerPC systems.
@item --enable-__cxa_atexit
Define if you want to use __cxa_atexit, rather than atexit, to
register C++ destructors for local statics and global objects.