Commit f53d530b authored by pkotwicz's avatar pkotwicz Committed by Commit bot

[GN] Remove CAN_USE_VFP_INSTRUCTIONS define to match GYP

CAN_USE_VFP_INSTRUCTIONS was removed in GYP in
https://codereview.chromium.org/340373002

BUG=None
LOG=Y

Review URL: https://codereview.chromium.org/1635123003

Cr-Commit-Position: refs/heads/master@{#33526}
parent 04c00ee9
...@@ -1740,8 +1740,6 @@ source_set("v8_libbase") { ...@@ -1740,8 +1740,6 @@ source_set("v8_libbase") {
libs = [ "dl", "rt" ] libs = [ "dl", "rt" ]
} else if (is_android) { } else if (is_android) {
defines += [ "CAN_USE_VFP_INSTRUCTIONS" ]
if (current_toolchain == host_toolchain) { if (current_toolchain == host_toolchain) {
libs = [ "dl", "rt" ] libs = [ "dl", "rt" ]
if (host_os == "mac") { if (host_os == "mac") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment