diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-03-08 18:53:26 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-03-08 18:53:26 +0000 |
commit | b19a539e02fb8cea5f0f702715b1981ad4b7649d (patch) | |
tree | 0c07d5db180f4251184ec4d5f90a574573e7b97a /gcc/config/mips | |
parent | c53cf0fe5efaa53a475ed75dc4c292f631701961 (diff) | |
download | gcc-b19a539e02fb8cea5f0f702715b1981ad4b7649d.zip gcc-b19a539e02fb8cea5f0f702715b1981ad4b7649d.tar.gz gcc-b19a539e02fb8cea5f0f702715b1981ad4b7649d.tar.bz2 |
xm-pc532-min.h, xm-we32k.h: Delete references to the MAXPATHLEN macro.
* config/ns32k/xm-pc532-min.h, config/we32k/xm-we32k.h: Delete
references to the MAXPATHLEN macro.
* config/alpha/xm-alpha.h, config/arm/xm-arm.h,
config/i386/xm-cygwin.h, config/xm-linux.h: Delete references to
the POSIX macro.
* config/i386/xm-gnu.h, config/xm-gnu.h,
config/alpha/xm-openbsd.h, config/i386/xm-openbsd.h,
config/m68k/xm-openbsd.h, config/mips/xm-openbsd.h,
config/sparc/xm-openbsd.h, config/xm-openbsd.h: Delete empty
and/or unused files.
* config.gcc: Define POSIX in xm_defines as appropriate in lieu of
doing so in various xm-*.h files.
f:
* com.c: Don't rely on the POSIX macro to define autoconf stuff.
From-SVN: r40323
Diffstat (limited to 'gcc/config/mips')
-rw-r--r-- | gcc/config/mips/xm-openbsd.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gcc/config/mips/xm-openbsd.h b/gcc/config/mips/xm-openbsd.h deleted file mode 100644 index 4787ee2..0000000 --- a/gcc/config/mips/xm-openbsd.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Configuration file for an host running mips OpenBSD. - Copyright (C) 1999 Free Software Foundation, Inc. - -This file is part of GNU CC. - -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. - -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ - -#include <xm-openbsd.h> -#include <mips/xm-mips.h> |