Skip to content

Commit

Permalink
SQUASH: test CI armv6 builds using snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
trevnorris committed May 8, 2015
1 parent 0a2365f commit faed1f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit faed1f3

Please sign in to comment.