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]

[gcc-2.95.2/i386-sun-solaris2.6] configure --with-gnu-as patch


Simple patch to allow gcc-2.95.2 to be built under i386-sun-solaris2.6
with gas.  gcc/config/i386/sol2.h and sol2gas.h do not agree on the name
of a preprocessor directive.

*** gcc-2.95.2/gcc/config/i386/sol2gas.h.orig	Sun Jan 30 22:36:49 2000
--- gcc-2.95.2/gcc/config/i386/sol2gas.h	Sun Jan 30 22:37:38 2000
***************
*** 4,11 ****
     Copyright (C) 1999 Free Software Foundation, Inc.
  */
  
! #ifndef GAS_DOES_NOT_SUPPORT_MINUS_S
! #define GAS_DOES_NOT_SUPPORT_MINUS_S 1
  #endif
  
  #include "i386/sol2.h"
--- 4,11 ----
     Copyright (C) 1999 Free Software Foundation, Inc.
  */
  
! #ifndef GAS_REJECTS_MINUS_S
! #define GAS_REJECTS_MINUS_S 1
  #endif
  
  #include "i386/sol2.h"


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