diff options
author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-23 19:39:31 +0000 |
---|---|---|
committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-23 19:39:31 +0000 |
commit | d3db6dd5885b494668a8dc83606d52e625db52e8 (patch) | |
tree | 8848f5dcf0012d545875b788bae7414fac15aa70 /gcc/config/mips/openbsd.h | |
parent | c0c46c0f8ea703a015762f3728a78b11a23b8ecc (diff) | |
download | gcc-d3db6dd5885b494668a8dc83606d52e625db52e8.tar.gz |
2004-12-23 Eric Christopher <echristo@redhat.com>
* config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Add
assert for machine=mips for !TARGET_IRIX.
* config/mips/linux.h: Remove machine=mips assert.
* config/mips/netbsd.h: Ditto.
* config/mips/openbsd.h: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92561 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/openbsd.h')
-rw-r--r-- | gcc/config/mips/openbsd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/mips/openbsd.h b/gcc/config/mips/openbsd.h index 7faeeb5ec8d..5b27e07be87 100644 --- a/gcc/config/mips/openbsd.h +++ b/gcc/config/mips/openbsd.h @@ -52,7 +52,6 @@ Boston, MA 02111-1307, USA. */ builtin_define ("__OpenBSD__"); \ builtin_assert ("system=unix"); \ builtin_assert ("system=OpenBSD"); \ - builtin_assert ("machine=mips"); \ } while (0) /* Layout of source language data types. */ |