@@ -14,7 +14,7 @@ index fb3ca5fc537..9760a092244 100644
14
14
import("runtime/runtime_args.gni")
15
15
if (dart_target_arch != "ia32" && dart_target_arch != "x86") {
16
16
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
17
- index b77bab8676c..70ecff6ed17 100644
17
+ index b77bab8676c..b9739fab43a 100644
18
18
--- a/build/config/compiler/BUILD.gn
19
19
+++ b/build/config/compiler/BUILD.gn
20
20
@@ -254,8 +254,9 @@ config("compiler") {
@@ -23,22 +23,21 @@ index b77bab8676c..70ecff6ed17 100644
23
23
} else {
24
24
- cflags += [ "-fPIE" ]
25
25
- ldflags += [ "-fPIE" ]
26
- + # dart_shared_library overriden - we need -fPIC to properly build
27
- + cflags += [ "-fPIC" ]
28
- + ldflags += [ "-fPIC" ]
26
+ + # dart_shared_library overriden - we need -fPIC to properly build
27
+ + cflags += [ "-fPIC" ]
28
+ + ldflags += [ "-fPIC" ]
29
29
}
30
30
}
31
31
32
32
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
33
- index 57d7006036d..0eeeff15c8f 100644
33
+ index 57d7006036d..fd677355210 100644
34
34
--- a/runtime/bin/BUILD.gn
35
35
+++ b/runtime/bin/BUILD.gn
36
- @@ -1224,3 +1224,48 @@ static_library("dart_embedder_runtime_jit") {
36
+ @@ -1224,3 +1224,47 @@ static_library("dart_embedder_runtime_jit") {
37
37
output_name = "dart_embedder_runtime_jit"
38
38
deps = [ ":dart_embedder_runtime_jit_set" ]
39
39
}
40
40
+
41
- +
42
41
+ static_library("libdart") {
43
42
+ deps = [
44
43
+ ":standalone_dart_io",
0 commit comments