Remove unnecessary and harmful fixincludes for Android

Joseph S. Myers joseph@codesourcery.com
Mon Aug 4 20:50:00 GMT 2014


On Mon, 4 Aug 2014, Alexander Ivchenko wrote:

> +2014-08-04  Alexander Ivchenko  <alexander.ivchenko@intel.com>
> +
> + * inclhack.def (stdio_va_list): Disable fix for *android*.

Testing for *android* is less than ideal, because of the possibility of 
configuring a *-linux* toolchain to have multilibs using various different 
C libraries (with -mandroid being used to select the Android multilib).  
So, specifying a bypass based on some relevant text that appears in the 
header would be better.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Gcc-patches mailing list