From faed1f379cb8fbc9d91bf03e7afa70f8de2a7b69 Mon Sep 17 00:00:00 2001 From: Trevor Norris Date: Fri, 8 May 2015 13:24:00 -0600 Subject: [PATCH] SQUASH: test CI armv6 builds using snapshots --- configure | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure b/configure index 7f930bdf6e4ab8..1e56ca9228fb06 100755 --- a/configure +++ b/configure @@ -580,10 +580,6 @@ def configure_arm(o): o['variables']['arm_fpu'] = 'vfpv3' o['variables']['arm_version'] = '7' - # Print warning when snapshot is enabled and building on armv6 - if is_arch_armv6() and options.with_snapshot: - warn('when building on ARMv6, use --without-snapshot') - def configure_mips(o): can_use_fpu_instructions = (options.mips_float_abi != 'soft')