From 8f0f1531929d1b30a458f333e085320152996b72 Mon Sep 17 00:00:00 2001 From: "mostynb@opera.com" Date: Wed, 4 Dec 2013 18:26:12 +0000 Subject: [PATCH] remove arm_version==5 configuration, since it's no longer supported Since armv5 builds are no longer supported (due to being dropped by V8), let's remove a stray arm_version==5 section from the build configration. BUG=234135 Review URL: https://codereview.chromium.org/104803002 git-svn-id: http://src.chromium.org/svn/trunk/src/build@238725 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- common.gypi | 8 -------- 1 file changed, 8 deletions(-) diff --git a/common.gypi b/common.gypi index 8ba080e5c..7ef4b757a 100644 --- a/common.gypi +++ b/common.gypi @@ -1842,14 +1842,6 @@ }], # Set default compiler flags depending on ARM version. - ['arm_version==5 and android_webview_build==0', { - # Flags suitable for Android emulator - 'arm_arch%': 'armv5te', - 'arm_tune%': 'xscale', - 'arm_fpu%': '', - 'arm_float_abi%': 'soft', - 'arm_thumb%': 0, - }], ['arm_version==6 and android_webview_build==0', { 'arm_arch%': 'armv6', 'arm_tune%': '',