[MPlayer-cvslog] r38677 - trunk/configure

reimar subversion at mplayerhq.hu
Tue Feb 18 21:56:34 EET 2025


Author: reimar
Date: Tue Feb 18 21:56:33 2025
New Revision: 38677

Log:
configure: do not use -mfpu on aarch64

It does not really make sense and some compilers removed it.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Feb 17 23:30:23 2025	(r38676)
+++ trunk/configure	Tue Feb 18 21:56:33 2025	(r38677)
@@ -2589,8 +2589,7 @@ case "$host_arch" in
     arch='aarch64'
     iproc='aarch64'
     if test "$_runtime_cpudetection" = no ; then
-      # some compilers now warn that mfpu=auto is unused
-      cflag_check -march=native -mcpu=native -mfpu=auto && _march="-march=native -mcpu=native -mfpu=auto" && cflag_check -Wno-unused-command-line-argument && _march="$_march -Wno-unused-command-line-argument"
+      cflag_check -march=native -mcpu=native && _march="-march=native -mcpu=native"
     fi
     ;;
 


More information about the MPlayer-cvslog mailing list