[mythtv-commits] Ticket #3621: Logic for choosing between -march and -mcpu is backward in configure.

MythTV mythtv at cvs.mythtv.org
Fri Jun 15 18:55:07 UTC 2007


#3621: Logic for choosing between -march and -mcpu is backward in configure.
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr    
     Type:  defect     |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  mythtv     |     Version:  head   
 Severity:  low        |     Mlocked:  0      
-----------------------+----------------------------------------------------
 When the processor type is passed to configure using --arch or --cpu, the
 value is used in the wrong location.  $arch_raw is assigned to -mcpu and
 $cpu is assigned to -march.  I've attached a patch which fixes the logic.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3621>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list