[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Mar 23 00:35:02 UTC 2005


----------------------------------------------------------------------------
Changes committed by danielk on Wed Mar 23 00:32:28 2005

Modified Files:
   in mythtv:
        configure settings.pro 
Log Message:

Fixed a cross compilation ./configure error spotted by Andruin Withers. I needed 
to parse the --cpu, and --tune flags earlier in the script. 

I made --extra-cflags work for debug builds and both C++ and C sources, also 
spotted by Andruin.

Added --arch option, since -mcpu is depreciated on newer gcc's for the IA-32 
architecture. When --arch is used --cpu and --tune are ignored; currently
--arch is just a shortcut for using both --cpu and --tune with the same 
processor name.

Finally, I made the --help output a for these options a little more helpful for 
those not familiar with gcc.


----------------------------------------------------------------------------


More information about the mythtv-commits mailing list