diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-14 07:47:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-14 07:47:48 +0000 |
commit | 387ced8b05d6501e35d928724b8901f3c4576bb8 (patch) | |
tree | 7ec4df2815d7f09e29b4d6b281de31a97163b786 /emulators/dtcyber | |
parent | cb90f21ce741b4936115cb9936f0571078cabc64 (diff) |
Notes
Diffstat (limited to 'emulators/dtcyber')
-rw-r--r-- | emulators/dtcyber/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/dtcyber/Makefile b/emulators/dtcyber/Makefile index 9b79dc6da783..33a90cb98f79 100644 --- a/emulators/dtcyber/Makefile +++ b/emulators/dtcyber/Makefile @@ -23,6 +23,9 @@ LDFLAGS+= -L${LOCALBASE}/lib SUB_FILES= pkg-message PLIST_FILES= bin/dtcyber %%EXAMPLESDIR%%/cyber.ini %%EXAMPLESDIR%%/cos.tap +BROKEN_aarch64= Fails to compile: error: Unable to determine size of basic data types +BROKEN_mips64= Fails to compile: error: Unable to determine size of basic data types + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dtcyber ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} |