[mythtv-commits] Ticket #3231: -mcpu is deprecated as per GCC docs, use -mtune or -march instead
MythTV
mythtv at cvs.mythtv.org
Mon Mar 19 07:23:23 UTC 2007
#3231: -mcpu is deprecated as per GCC docs, use -mtune or -march instead
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: ijr
Type: defect | Status: new
Priority: minor | Milestone: 0.21
Component: mythtv | Version: head
Severity: medium |
-----------------------+----------------------------------------------------
-mcpu has been deprecated by the GCC folk. You're suppose to use -march
and -mtune instead. Based on the use of -mcpu and -mtune together in the
configure script, it appears the use of -mcpu should really be -march.
Here's a patch to make that happen.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/3231>
MythTV <http://svn.mythtv.org/trac>
MythTV
More information about the mythtv-commits
mailing list