From 78cb788e26bae02b2572ae0ea130cb396231c91f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 23 Oct 2007 22:06:30 +0000 Subject: [PATCH] Remove redundant cpu= and machine= asserts git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@22689 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- gcc/gcc/config/m68k/haiku.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/gcc/config/m68k/haiku.h b/gcc/gcc/config/m68k/haiku.h index bdc217e284..14f94e773f 100644 --- a/gcc/gcc/config/m68k/haiku.h +++ b/gcc/gcc/config/m68k/haiku.h @@ -88,8 +88,6 @@ Boston, MA 02110-1301, USA. */ builtin_define ("__stdcall=__attribute__((__stdcall__))"); \ builtin_define ("__cdecl=__attribute__((__cdecl__))"); \ builtin_assert ("system=haiku"); \ - builtin_assert ("cpu=m68k"); \ - builtin_assert ("machine=m68k"); \ /* Haiku apparently doesn't support merging of symbols across shared\ object boundaries. Hence we need to explicitly specify that \ type_infos are not merged, so that they get compared by name \