From c927cacdda9c139d864e3013b33d76c4ee5898d8 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 17 Aug 2006 20:43:02 +0000 Subject: It is only the m68k and sh ports that fail to build everywhere. Correct an apparent logic error. --- devel/i386-rtems-gcc/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'devel/i386-rtems-gcc') diff --git a/devel/i386-rtems-gcc/Makefile b/devel/i386-rtems-gcc/Makefile index 7300c9f2ed5b..fb1a1da9c68a 100644 --- a/devel/i386-rtems-gcc/Makefile +++ b/devel/i386-rtems-gcc/Makefile @@ -32,13 +32,7 @@ BROKEN= Configure fails on amd64 RTEMS_ARCH?= i386 LCLTARGET= ${RTEMS_ARCH}-rtems -.if ${RTEMS_ARCH} == m68k && ${ARCH} != "i386" -BROKEN= Internal compiler error during build on !i386 -.else -BROKEN= Does not compile on i386 -.endif - -.if ${RTEMS_ARCH} == sh +.if ${RTEMS_ARCH} == m68k || ${RTEMS_ARCH} == sh BROKEN= Does not build .endif -- cgit v1.2.3