]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* alpha/linux.h (CPP_PREDEFINES): Define __alpha__ for imake.
authorRichard Henderson <rth@cygnus.com>
Sat, 3 Oct 1998 19:06:32 +0000 (12:06 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 3 Oct 1998 19:06:32 +0000 (12:06 -0700)
From-SVN: r22797

gcc/ChangeLog
gcc/config/alpha/linux.h

index 5efd8f6cabd7ac9999bf768916eddde03b262b48..0051f906e85e63b961aba2cfd48b979622c2e372 100644 (file)
@@ -1,3 +1,7 @@
+Sat Oct  3 19:01:03 1998  Richard Henderson  <rth@cygnus.com>
+
+       * alpha/linux.h (CPP_PREDEFINES): Define __alpha__ for imake.
+
 Fri Oct  2 01:33:30 1998  Jim Wilson  <wilson@cygnus.com>
 
        * i386/winnt.c (i386_pe_asm_file_end): Check
index 39c1f575ecee1add63f189cf70e6537091c9038f..f49630eac2b1d12d7252a101479387c7965d73ed 100644 (file)
@@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES \
-"-Dlinux -Dunix -Asystem(linux) -D_LONGLONG " SUB_CPP_PREDEFINES
+"-Dlinux -Dunix -Asystem(linux) -D_LONGLONG -D__alpha__" SUB_CPP_PREDEFINES
 
 #undef LIB_SPEC
 #define LIB_SPEC "%{pg:-lgmon} %{pg:-lc_p} %{!pg:-lc}"