We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2365f commit faed1f3Copy full SHA for faed1f3
configure
@@ -580,10 +580,6 @@ def configure_arm(o):
580
o['variables']['arm_fpu'] = 'vfpv3'
581
o['variables']['arm_version'] = '7'
582
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
-
587
588
def configure_mips(o):
589
can_use_fpu_instructions = (options.mips_float_abi != 'soft')
0 commit comments