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
This commit is contained in:
mostynb@opera.com 2013-12-04 18:26:12 +00:00
Родитель 8f76b822a5
Коммит 8f0f153192
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -1842,14 +1842,6 @@
}], }],
# Set default compiler flags depending on ARM version. # 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_version==6 and android_webview_build==0', {
'arm_arch%': 'armv6', 'arm_arch%': 'armv6',
'arm_tune%': '', 'arm_tune%': '',