diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-07-31 00:18:27 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-07-31 00:18:27 +0000 |
commit | d4e8358893c7e14b553fa35310668999323dbfe4 (patch) | |
tree | ec6e25527a1e7fa8594c8162fb9165b2293efa1e /gnu/usr.bin/gcc/config/alpha/alpha.c | |
parent | 9a2516fc45f5a96899127139d9231ac1aa97197b (diff) |
Redid the info-file build slightly, but with kept semantics. Made g77
this style too. Added OpenBSD/alpha support
Diffstat (limited to 'gnu/usr.bin/gcc/config/alpha/alpha.c')
-rw-r--r-- | gnu/usr.bin/gcc/config/alpha/alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/config/alpha/alpha.c b/gnu/usr.bin/gcc/config/alpha/alpha.c index d460e8bd2d1..b80717d41c1 100644 --- a/gnu/usr.bin/gcc/config/alpha/alpha.c +++ b/gnu/usr.bin/gcc/config/alpha/alpha.c @@ -1238,7 +1238,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) && !defined(__OpenBSD__) && !defined(__NetBSD__) #include <stamp.h> #endif |