diff options
author | kris <kris@FreeBSD.org> | 2005-10-29 07:12:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-29 07:12:21 +0800 |
commit | 5974fca6e1739fc3fafd8bbab041ca26bfbd48fc (patch) | |
tree | 8e7268a7783f445b53cf49f8b58207b1a94a5580 | |
parent | 249a3e2240573f4385ce941ac0a171e4c047f3c6 (diff) | |
download | freebsd-ports-gnome-5974fca6e1739fc3fafd8bbab041ca26bfbd48fc.tar.gz freebsd-ports-gnome-5974fca6e1739fc3fafd8bbab041ca26bfbd48fc.tar.zst freebsd-ports-gnome-5974fca6e1739fc3fafd8bbab041ca26bfbd48fc.zip |
arm target is BROKEN on sparc64: Does not build
-rw-r--r-- | devel/i386-rtems-gdb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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} |