[Mplayer-cvslog] CVS: main configure,1.239,1.240

Winner of tha face compo gabucino at mplayer.dev.hu
Wed Nov 14 01:33:42 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv11148

Modified Files:
	configure 
Log Message:
hmm this is probably a better place for the check, as only the
Intel stuff has to be overwritten.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- configure	14 Nov 2001 00:19:22 -0000	1.239
+++ configure	14 Nov 2001 00:33:39 -0000	1.240
@@ -821,6 +821,18 @@
 
     _march="-march=$proc"
     _mcpu="-mcpu=$proc"
+
+    ##
+    ## Gabucino : --target takes effect here (hopefully...) by overwriting
+    ##            autodetected mcpu/march parameters
+    ##
+
+    if test "$_target" ; then
+      _march="-march=$host_arch"
+      _mcpu="-mcpu=$host_arch"
+      proc="$_target"		# a little cosmetic
+    fi
+
     #echo "DONE (${proc})."
     ;;
 
@@ -885,16 +897,6 @@
     ;;
 esac
 
-##
-## Gabucino : --target takes effect here (hopefully...) by overwriting
-##            autodetected mcpu/march parameters
-##
-
-if test "$_target" ; then
-  _march="-march=$host_arch"
-  _mcpu="-mcpu=$host_arch"
-  proc="$_target"		# a little cosmetic
-fi
 
 # ---
 




More information about the MPlayer-cvslog mailing list