⛏️ index : buildtools.git

author François Revol <revol@free.fr> 2007-10-23 22:06:30.0 +00:00:00
committer François Revol <revol@free.fr> 2007-10-23 22:06:30.0 +00:00:00
commit
78cb788e26bae02b2572ae0ea130cb396231c91f [patch]
tree
083b71780a2dc805cf6419438197b545fb528e9b
parent
333bfd6196948fe1951f4895f7b67a5b16b0b931
download
78cb788e26bae02b2572ae0ea130cb396231c91f.tar.gz

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(-)

diff --git a/gcc/gcc/config/m68k/haiku.h b/gcc/gcc/config/m68k/haiku.h
index bdc217e..14f94e7 100644
--- a/gcc/gcc/config/m68k/haiku.h
+++ b/gcc/gcc/config/m68k/haiku.h
@@ -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 	\