CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2019/11/16 17:14:36

Modified files:
        emulators/vbam : Makefile 
Added files:
        emulators/vbam/patches: patch-CMakeLists_txt 
                                patch-src_filters_xBRZ_xbrz_cpp 

Log message:
vbam: various !x86 fixes:
- limit the use of an asm optimisation for `std::sqrt()' to x86 archs,
since it breaks the build everywhere else.
- remove `-fopenmp' for base-gcc archs; it breaks the build on them
- remove `-Wno-c++11-narrowing' from CXXFLAGS; no occurrence of it has
been found, and such warning is notably useful for arm* and powerpc.
Tested on sparc64 (kmos@), macppc and amd64 (me).

OK kmos@

Reply via email to