]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Define __s390__ also on 64-bit S/390 targets.
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Aug 2001 23:28:00 +0000 (23:28 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Aug 2001 23:28:00 +0000 (23:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44909 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/s390/linux64.h

index 2854206e62335295e775536b83b0805d397955ab..082d4f8a543311cfef4406a3e499ebf1cc0e0ae4 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
+       * config/s390/linux64.h (CPP_PREDEFINES): Define __s390__
+       also on 64-bit s390x targets.
+
 2001-08-14  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * config/arm/arm.c (arm_compute_initial_elimination_offset): New
index 02c75c8226effa67145111873fddf275add3c8d8..e4f2516ce7d238c7e7574638ef4478f09852274c 100644 (file)
@@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA.  */
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES \
-  "-Dlinux -Asystem(linux) -Acpu(s390) -Amachine(s390) -D__s390x__ \
+  "-Dlinux -Asystem(linux) -Acpu(s390) -Amachine(s390) -D__s390__ -D__s390x__ \
    -Asystem(unix) -Dunix -D__ELF__ \
    -D__LONG_MAX__=9223372036854775807L"