sdcc: not x86-only (but nocross, and fails on BE)
This commit is contained in:
parent
cf0013fb13
commit
3d0fe504ab
|
@ -2,7 +2,6 @@
|
|||
pkgname=sdcc
|
||||
version=4.0.0
|
||||
revision=1
|
||||
archs="i686 x86_64*"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake flex bison gputils texinfo"
|
||||
makedepends="boost-devel zlib-devel"
|
||||
|
@ -14,3 +13,8 @@ distfiles="${SOURCEFORGE_SITE}/sdcc/${pkgname}-src-${version}.tar.bz2"
|
|||
checksum=489180806fc20a3911ba4cf5ccaf1875b68910d7aed3f401bbd0695b0bef4e10
|
||||
python_version=3
|
||||
nostrip=yes
|
||||
nocross=yes
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
broken="code generator internal error"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue