diff options
Diffstat (limited to 'contrib/gcc/config/sparc/linux.h')
-rw-r--r-- | contrib/gcc/config/sparc/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/sparc/linux.h b/contrib/gcc/config/sparc/linux.h index 7bbbfa4..d967b01 100644 --- a/contrib/gcc/config/sparc/linux.h +++ b/contrib/gcc/config/sparc/linux.h @@ -103,7 +103,7 @@ Boston, MA 02111-1307, USA. */ #define WCHAR_TYPE_SIZE BITS_PER_WORD #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__ELF__ -Dunix -Dsparc -D__sparc__ -Dlinux -Asystem(unix) -Asystem(posix)" +#define CPP_PREDEFINES "-D__ELF__ -Dunix -D__sparc__ -Dlinux -Asystem(unix) -Asystem(posix)" #undef CPP_SUBTARGET_SPEC #ifdef USE_GNULIBC_1 |