diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-01-31 03:40:46 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-01-31 03:40:46 +0000 |
commit | dcd74e6387a7b13a84f56be4fd95b245441cc800 (patch) | |
tree | 0d0809d74c7183324fd4c40d2cc1f8c9c36af021 /emulators/hatari | |
parent | b2e18017b2d4c4044c103983b080543102008420 (diff) |
Notes
Diffstat (limited to 'emulators/hatari')
-rw-r--r-- | emulators/hatari/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 033b27c639b8..41e3201c0fe4 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -27,6 +27,9 @@ CMAKE_ARGS= -DETCDIR:PATH="${PREFIX}/etc" \ -DREADLINE_FOUND:BOOL=ON INSTALLS_ICONS= yes +BROKEN_aarch64= Fails to configure: error: unrecognized CPU type +BROKEN_armv6= Fails to configure: CMake Error: Generator: execution of make failed + OPTIONS_DEFINE= DEBUG DOCS SDL2 WINUAE DEBUG_CFLAGS_OFF= -DNDEBUG |