[vlc-devel] -mtune doesn't work in every environment (r11686)
    Daniel Stränger 
    vlc at schmaller.de
       
    Wed Aug 17 12:44:05 CEST 2005
    
    
  
hi there,
i had problems compiling the latest svn tree.
bootstrapping and configuring worked well.
but after "make" gcc told me that "tune" was an invalid option.
i consulted "man gcc" and found that  -mtune is  not valid for  x86 
target (gcc 3.2.2).
i surfed to http://gcc.gnu.org and found out that -mtune for x86 is only 
valid since gcc 3.4.4.
as -mtune and -mcpu are target machine *and* compiler dependent,
the compiler version should also be used for the decision which flags to 
tune with.
bye,
daniel stränger
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
    
    
More information about the vlc-devel
mailing list