pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/flycast



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug  4 14:27:56 UTC 2023

Modified Files:
        pkgsrc/emulators/flycast: Makefile.common

Log Message:
flycast: Bump compiler requirement due to ICE.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/flycast/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/flycast/Makefile.common
diff -u pkgsrc/emulators/flycast/Makefile.common:1.3 pkgsrc/emulators/flycast/Makefile.common:1.4
--- pkgsrc/emulators/flycast/Makefile.common:1.3        Tue Jul 18 18:02:46 2023
+++ pkgsrc/emulators/flycast/Makefile.common    Fri Aug  4 14:27:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2023/07/18 18:02:46 nia Exp $
+# $NetBSD: Makefile.common,v 1.4 2023/08/04 14:27:56 nia Exp $
 # used by emulators/flycast/Makefile
 # used by emulators/libretro-flycast/Makefile
 
@@ -17,6 +17,11 @@ USE_CMAKE=   yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
+# Theoretically older versions are fine, but internal compiler
+# error with GCC 7...
+# core/hw/sh4/sh4_interrupts.cpp:250:1: internal compiler error: in gen_reg_rtx, at emit-rtl.c:1058
+GCC_REQD+=     10
+
 CMAKE_ARGS+=   -DUSE_HOST_LIBZIP=ON
 CMAKE_ARGS+=   -DUSE_VULKAN=OFF
 CMAKE_ARGS+=   -DUSE_DX9=OFF



Home | Main Index | Thread Index | Old Index