From 079af9631b9d5cd7a974190c7e5d024ad06b00a6 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 28 Oct 2005 23:12:21 +0000 Subject: [PATCH] arm target is BROKEN on sparc64: Does not build --- devel/i386-rtems-gdb/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/i386-rtems-gdb/Makefile b/devel/i386-rtems-gdb/Makefile index 03e39a348793..082d0e7e9b33 100644 --- a/devel/i386-rtems-gdb/Makefile +++ b/devel/i386-rtems-gdb/Makefile @@ -25,6 +25,10 @@ PATCH_SITES= ftp://ftp.rtems.com/pub/rtems/snapshots/c_tools/source/ \ LCLTARGET?= i386-rtems +.if ${ARCH} == sparc64 && ${LCLTARGET} == arm-rtems +BROKEN= "Does not build on sparc64" +.endif + GDBNAME= gdb-5.2 PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET}