arm target is BROKEN on sparc64: Does not build
This commit is contained in:
parent
22849c97b0
commit
079af9631b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146620
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user