Remove docs for removed option.
authorJames E Wilson <wilson@specifixinc.com>
Thu, 24 Mar 2005 23:32:09 +0000 (23:32 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 24 Mar 2005 23:32:09 +0000 (15:32 -0800)
* doc/install.texi (--enable-altivec): Delete docs.

From-SVN: r97018

gcc/ChangeLog
gcc/doc/install.texi

index e36d1b225af7b34979408f7ccd32e898f9f4826c..5f7c58637ef5be54d0d7813872bedf3e7e327497 100644 (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
index 471c5a0d36968ca7253fae56cf4dba17c100dc5e..47a7462116e5d05153a21a430160d61667fbb12e 100644 (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.