diff options
Diffstat (limited to 'gcc/config/i370/linux.h')
-rw-r--r-- | gcc/config/i370/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i370/linux.h b/gcc/config/i370/linux.h index 6cc95c0..004b4f2 100644 --- a/gcc/config/i370/linux.h +++ b/gcc/config/i370/linux.h @@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-DGCC -Dgcc -D__ELF__ -Dunix -Dgnu_linux -Dlinux -Asystem=posix -Acpu=i370 -Amachine=i370" +#define CPP_PREDEFINES "-DGCC -Dgcc -D__ELF__ -Dunix -D__gnu_linux__ -Dlinux -Asystem=posix -Acpu=i370 -Amachine=i370" /* Options for this target machine. */ |