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]

[patch] stormy16 LIB_SPEC


FYI -- I checked in the following patch for stormy16 
(approved by rth):

Catherine Moore  <clm@redhat.com>

        * config/stormy16 (LIB_SPEC): Remove -lnosys.

Index: stormy16.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/stormy16/stormy16.h,v
retrieving revision 1.4
diff -p -r1.4 stormy16.h
*** stormy16.h  2001/09/11 16:50:05     1.4
--- stormy16.h  2001/09/18 16:57:45
*************** Boston, MA 02111-1307, USA.  */
*** 146,152 ****
  
     Defined in svr4.h.  */
  #undef LIB_SPEC
! #define LIB_SPEC "-( -lc %{msim:-lsim}%{!msim:-lnosys} -)"
  
  /* Another C string constant that tells the GNU CC driver program how and when
     to place a reference to `libgcc.a' into the linker command line.  This
--- 146,152 ----
  
     Defined in svr4.h.  */
  #undef LIB_SPEC
! #define LIB_SPEC "-( -lc %{msim:-lsim} -)"
  
  /* Another C string constant that tells the GNU CC driver program how and when
     to place a reference to `libgcc.a' into the linker command line.  This


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