diff options
author | Richard Henderson <rth@gcc.gnu.org> | 1998-05-16 16:24:20 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1998-05-16 16:24:20 -0700 |
commit | 9d654bba3a993d8b182af3628bda0e5ca113b671 (patch) | |
tree | e5c044cdf02d80b32ce3a575bc91f677525cac8c /gcc/config/alpha/osf.h | |
parent | 620422fdbc4a3803005b745c456672974c6d29fd (diff) | |
download | gcc-9d654bba3a993d8b182af3628bda0e5ca113b671.zip gcc-9d654bba3a993d8b182af3628bda0e5ca113b671.tar.gz gcc-9d654bba3a993d8b182af3628bda0e5ca113b671.tar.bz2 |
osf.h (HAVE_STAMP_H): Define.
* alpha/osf.h (HAVE_STAMP_H): Define.
* alpha.c: Use it.
* alpha/netbsd.h, alpha/netbsd-elf.h: New files.
* configure.in (alpha*-*-netbsd*): New.
Based on patches from Paul H. Anderson <pha@pdq.com>.
* configure.in (alpha*-*-linux-*): Kill xm_defines.
(alpha*-*-linux-gnulibc1*) [fixincludes]: Define.
* alpha/xm-linux.h: Remove file.
From-SVN: r19809
Diffstat (limited to 'gcc/config/alpha/osf.h')
-rw-r--r-- | gcc/config/alpha/osf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/alpha/osf.h b/gcc/config/alpha/osf.h index ae4170d..0af169c 100644 --- a/gcc/config/alpha/osf.h +++ b/gcc/config/alpha/osf.h @@ -103,3 +103,8 @@ Boston, MA 02111-1307, USA. */ %{.s:%i} %{!.s:%g.s}}}" #endif + +/* Indicate that we have a stamp.h to use. */ +#ifndef CROSS_COMPILE +#define HAVE_STAMP_H 1 +#endif |