Various kinds of BROKEN:
RTEMS_ARCH=sh broken everywhere RTEMS_ARCH=m68k broken everywhere RTEMS_ARCH=powerpc and arm broken on sparc64 Approved by: portmgr (implicit)
This commit is contained in:
parent
8732523858
commit
4d74136dd7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156810
1 changed files with 16 additions and 6 deletions
|
@ -25,19 +25,29 @@ COMMENT= FSF C/C++/JAVA-gcc-3.2.3 base-port for RTEMS development
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
#.if ${OSVERSION} >= 700000
|
||||
#BROKEN= "Configure fails on FreeBSD >= 7.0"
|
||||
#.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure fails on amd64"
|
||||
BROKEN= Configure fails on amd64
|
||||
.endif
|
||||
|
||||
RTEMS_ARCH?= i386
|
||||
LCLTARGET= ${RTEMS_ARCH}-rtems
|
||||
|
||||
.if ${RTEMS_ARCH} == m68k && ${ARCH} != "i386"
|
||||
BROKEN= "Internal compiler error during build on !i386"
|
||||
BROKEN= Internal compiler error during build on !i386
|
||||
.else
|
||||
BROKEN= Does not compile on i386
|
||||
.endif
|
||||
|
||||
.if ${RTEMS_ARCH} == sh
|
||||
BROKEN= Does not build
|
||||
.endif
|
||||
|
||||
.if ${RTEMS_ARCH} == arm && ${ARCH} == "sparc64"
|
||||
BROKEN= Configure fails on sparc64
|
||||
.endif
|
||||
|
||||
.if ${RTEMS_ARCH} == powerpc && ${ARCH} == "sparc64"
|
||||
BROKEN= Configure fails on sparc64
|
||||
.endif
|
||||
|
||||
GCCVERSION= 3.2.3
|
||||
|
|
Loading…
Reference in a new issue