pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/retroarch
Module Name: pkgsrc
Committed By: nia
Date: Sun Jul 7 09:37:26 UTC 2024
Modified Files:
pkgsrc/emulators/retroarch: Makefile
Log Message:
retroarch: Disable explicit use of NEON. Not all armv7s have it anyway.
http://victory.netbsd.org/pkgsrc/packages/reports/2024Q2/evbarm7-10.0/20240705.0101/retroarch-1.9.0nb26/build.log
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/emulators/retroarch/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/retroarch/Makefile
diff -u pkgsrc/emulators/retroarch/Makefile:1.69 pkgsrc/emulators/retroarch/Makefile:1.70
--- pkgsrc/emulators/retroarch/Makefile:1.69 Wed May 29 16:32:27 2024
+++ pkgsrc/emulators/retroarch/Makefile Sun Jul 7 09:37:26 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2024/05/29 16:32:27 adam Exp $
+# $NetBSD: Makefile,v 1.70 2024/07/07 09:37:26 nia Exp $
PKGREVISION= 26
.include "version.mk"
@@ -60,13 +60,13 @@ CONFIGURE_ARGS+= --enable-dylib
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "earmv6hf"
+CFLAGS+= -march=armv6-a -marm
CONFIGURE_ARGS+= --enable-floathard
.endif
.if ${MACHINE_ARCH} == "earmv7hf"
-CFLAGS+= -march=armv7-a+neon -mfpu=neon
+CFLAGS+= -march=armv7-a -marm
CONFIGURE_ARGS+= --enable-floathard
-CONFIGURE_ARGS+= --enable-neon
.endif
.if ${MACHINE_ARCH} == "x86_64"
Home |
Main Index |
Thread Index |
Old Index