https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207099
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- Similar error happend here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197483 (patch https://bz-attachments.freebsd.org/attachment.cgi?id=153286) => usr/ports/lang/qt5-qml/work/qtdeclarative-opensource-src-5.5.1//src//3rdparty/masm/assembler/ARMv7Assembler.h: I think +#elif CPU(ARM_TRADITIONAL) && OS(FREEBSD) && COMPILER(CLANG) + __clear_cache(code, reinterpret_cast<char*>(code) + size); should inserted here: 2305 #elif OS(WINCE) 2306 CacheRangeFlush(code, size, CACHE_SYNC_ALL); 2307 #elif OS(QNX) 2308 #if !ENABLE(ASSEMBLER_WX_EXCLUSIVE) 2309 msync(code, size, MS_INVALIDATE_ICACHE); -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
