]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* rs6000/linux.h (CPP_PREDEFINES): Add -D__ELF__.
authorFranz Sirl <Franz.Sirl-kernel@lauterbach.com>
Mon, 9 Feb 1998 22:13:19 +0000 (15:13 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 9 Feb 1998 22:13:19 +0000 (15:13 -0700)
From-SVN: r17817

gcc/ChangeLog
gcc/config/rs6000/linux.h

index 7f3e53fc61088aeb39a544cb1d75a19d9d52c3ce..a9fd711ce752d43a670b2e090fc04a78f5e774bd 100644 (file)
@@ -1,3 +1,7 @@
+Mon Feb  9 23:15:14 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
+
+       * rs6000/linux.h (CPP_PREDEFINES): Add -D__ELF__.
+
 Mon Feb  9 23:08:56 1998  Richard Henderson  <rth@cygnus.com>
 
        * i386.md (push): Prohibit symbolic constants if flag_pic.
index 0632dce365573d08a03a507fe1a22a5c1ed6db2a..568e7345318bffa919e3236d48390c26ac4ccd11 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler,
    for IBM RS/6000 running AIX version 3.1.
-   Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
    Contributed by Michael Meissner (meissner@cygnus.com).
 
 This file is part of GNU CC.
@@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES \
- "-DPPC -Dunix -Dlinux -Dpowerpc -Asystem(unix) -Asystem(linux) -Acpu(powerpc) -Amachine(powerpc)"
+ "-DPPC -D__ELF__ -Dunix -Dlinux -Dpowerpc -Asystem(unix) -Asystem(linux) -Acpu(powerpc) -Amachine(powerpc)"
 
 #undef LINK_SPEC
 #define LINK_SPEC "-m elf32ppc %{shared:-shared} \