projects
/
platform
/
upstream
/
v8.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0381acf
)
Fix typo in build.gn.
author
machenbach
<machenbach@chromium.org>
Thu, 22 Jan 2015 09:03:03 +0000
(
01:03
-0800)
committer
Commit bot
<commit-bot@chromium.org>
Thu, 22 Jan 2015 09:03:29 +0000
(09:03 +0000)
TBR=jochen@chromium.org
NOTRY=true
NOTREECHECKS=true
Review URL: https://codereview.chromium.org/
862383002
Cr-Commit-Position: refs/heads/master@{#26214}
BUILD.gn
patch
|
blob
|
history
diff --git
a/BUILD.gn
b/BUILD.gn
index
705999e
..
f929a91
100644
(file)
--- a/
BUILD.gn
+++ b/
BUILD.gn
@@
-100,7
+100,7
@@
config("toolchain") {
if (v8_target_arch == "arm") {
defines += [ "V8_TARGET_ARCH_ARM" ]
- if (arm_verson == 7) {
+ if (arm_vers
i
on == 7) {
defines += [ "CAN_USE_ARMV7_INSTRUCTIONS" ]
}
if (arm_fpu == "vfpv3-d16") {