Commit ddc4b81a by Richard Kenner

Don't include stamp.h for Linux.

From-SVN: r11662
parent dd9f586e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment