This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

configure.html patch


Index: configure.html
===================================================================
RCS file: /egcs/carton/cvsfiles/wwwdocs/htdocs/install/configure.html,v
retrieving revision 1.25
diff -c -p -r1.25 configure.html
*** configure.html	1999/07/30 05:29:37	1.25
--- configure.html	1999/08/26 00:44:07
*************** GCC.  A partial list of supported <tt>op
*** 97,107 ****
    etc.  This is the default. 
  
    <li> <tt>--enable-threads</tt> -- Specify that the target supports threads.
!   This affects only the Objective-C compiler and runtime library.
  
    <li> <tt>--enable-threads=</tt><i>lib</i> -- Specify that <i>lib</i> is the
!   thread support library.  This affects only the Objective-C compiler  and
!   runtime library.
  
    <li> <tt>--with-cpu=</tt><i>cpu</i> -- Specify which cpu variant the
    compiler should generate code for by default.  This is currently
--- 97,109 ----
    etc.  This is the default. 
  
    <li> <tt>--enable-threads</tt> -- Specify that the target supports threads.
!   This affects the Objective-C compiler and runtime library, and the 
!   exception handling runtime for C++ and Java.
  
    <li> <tt>--enable-threads=</tt><i>lib</i> -- Specify that <i>lib</i> is the
!   thread support library.
!   This affects the Objective-C compiler and runtime library, and the 
!   exception handling runtime for C++ and Java.
  
    <li> <tt>--with-cpu=</tt><i>cpu</i> -- Specify which cpu variant the
    compiler should generate code for by default.  This is currently


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]