mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Mark as broken on armv6. Although there is an assembler routine for arm,
the label "0:" is rejected. Perhaps an update to 1.8.7 could help. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
6fe1d1e8a0
commit
b5b7c98518
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435116
1 changed files with 3 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
PORTNAME= micropython
|
||||
PORTVERSION= 1.5.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang python
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -19,6 +19,8 @@ USE_GITHUB= yes
|
|||
|
||||
PLIST_FILES= bin/micropython
|
||||
|
||||
BROKEN_armv6= fails to assemble: error: invalid operand for instruction
|
||||
|
||||
WRKSRC_SUBDIR= unix
|
||||
|
||||
SHEBANG_FILES= ../tools/make-frozen.py
|
||||
|
|
Loading…
Add table
Reference in a new issue