Remove redundant cpu= and machine= asserts
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@22689 a95241bf-73f2-0310-859d-f6bbb57e9c96
Diff
gcc/gcc/config/m68k/haiku.h | 2 --
1 file changed, 2 deletions(-)
@@ -88,8 +88,6 @@
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 \