configure: prune checks for ancient compilers from some tests
these would be caught by the central verifyspec test, if we even got that far. Change-Id: I3eda80c4614b94f869d907f0a40166f4914ea692 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
b56846a430
commit
245bd9bf78
@ -38,9 +38,6 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <emmintrin.h>
|
||||
#if defined(__GNUC__) && __GNUC__ < 4 && __GNUC_MINOR__ < 3
|
||||
#error GCC < 3.2 is known to create internal compiler errors with our MMX code
|
||||
#endif
|
||||
|
||||
int main(int, char**)
|
||||
{
|
||||
|
@ -38,14 +38,8 @@
|
||||
****************************************************************************/
|
||||
|
||||
#if defined(__GNUC__)
|
||||
# if (__GNUC__ < 4)
|
||||
# error "GCC3 with backported visibility patch is known to miscompile Qt"
|
||||
# endif
|
||||
__attribute((visibility("default"))) void blah();
|
||||
#elif defined(__SUNPRO_CC)
|
||||
# if (__SUNPRO_CC < 0x0550)
|
||||
# error "SunStudio 8 or later is required for ELF visibility"
|
||||
# endif
|
||||
__global void blah();
|
||||
#else
|
||||
# error "GCC4+ or SunStudio 8+ are required to support ELF visibility"
|
||||
|
Loading…
Reference in New Issue
Block a user