Skip to content

Commit faed1f3

Browse files
committed
SQUASH: test CI armv6 builds using snapshots
1 parent 0a2365f commit faed1f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

configure

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -580,10 +580,6 @@ def configure_arm(o):
580580
o['variables']['arm_fpu'] = 'vfpv3'
581581
o['variables']['arm_version'] = '7'
582582

583-
# Print warning when snapshot is enabled and building on armv6
584-
if is_arch_armv6() and options.with_snapshot:
585-
warn('when building on ARMv6, use --without-snapshot')
586-
587583

588584
def configure_mips(o):
589585
can_use_fpu_instructions = (options.mips_float_abi != 'soft')

0 commit comments

Comments
 (0)