
mythtv at cvs
Mar 22, 2005, 4:35 PM
Post #307 of 544
(10198 views)
Permalink
|
---------------------------------------------------------------------------- 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. ----------------------------------------------------------------------------
|