Don't include stamp.h for Linux.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 4 Apr 1996 17:19:09 +0000 (12:19 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 4 Apr 1996 17:19:09 +0000 (12:19 -0500)
From-SVN: r11662

gcc/config/alpha/alpha.c

index abe0e16..da8d1b6 100644 (file)
@@ -1418,7 +1418,7 @@ direct_return ()
 /* Write a version stamp.  Don't write anything if we are running as a
    cross-compiler.  Otherwise, use the versions in /usr/include/stamp.h.  */
 
-#if !defined(CROSS_COMPILE) && !defined(_WIN32)
+#if !defined(CROSS_COMPILE) && !defined(_WIN32) && !deinfed(__linux__)
 #include <stamp.h>
 #endif