diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-28 15:33:01 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-28 15:33:01 +0000 |
commit | e187fe2ddc5b005fdf5160917c63beb5c7330b2a (patch) | |
tree | fa17357807c0e71229ae872d9172eb5e7e25bd32 | |
parent | 1de7e610e34848b98840b24e9eefe6352cd76e9f (diff) |
we don't need this file
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/mips/openbsd-be.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/mips/openbsd-be.h b/gnu/usr.bin/gcc/gcc/config/mips/openbsd-be.h deleted file mode 100644 index 2f07c8fe110..00000000000 --- a/gnu/usr.bin/gcc/gcc/config/mips/openbsd-be.h +++ /dev/null @@ -1,21 +0,0 @@ -/* Configuration fragment for a mips big-endian OpenBSD target - 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. */ - -#define TARGET_ENDIAN_DEFAULT MASK_BIG_ENDIAN |