diff options
Diffstat (limited to 'gnu/egcs/gcc/config/i386/sol2gas.h')
-rw-r--r-- | gnu/egcs/gcc/config/i386/sol2gas.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/config/i386/sol2gas.h b/gnu/egcs/gcc/config/i386/sol2gas.h new file mode 100644 index 00000000000..7f2c9629d7c --- /dev/null +++ b/gnu/egcs/gcc/config/i386/sol2gas.h @@ -0,0 +1,11 @@ +/* Definitions of target machine for GNU compiler, for SPARC running + Solaris 2 with GNU as up to 2.9.5.0.12. + + 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" |