Revert "Add Linux ARM and Linux RISCV64 cross compilation gen_snapshot binaries."
This reverts commit d257c52309.
Reason for revert: Attempting to make an Linux ARM cross compiler gen_snapshot breaks Windows build.
Issue: https://github.com/dart-lang/sdk/issues/28617
Original change's description:
> Add Linux ARM and Linux RISCV64 cross compilation gen_snapshot binaries.
>
> TEST=ci
>
> Issue: https://github.com/dart-lang/sdk/issues/28617
> Change-Id: Ia458f167c0e75fe9c7e31684bfaf9967499e9cda
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/437720
> Commit-Queue: Tess Strickland <sstrickl@google.com>
> Reviewed-by: Ivan Inozemtsev <iinozemtsev@google.com>
Issue: https://github.com/dart-lang/sdk/issues/28617
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: I090e4024832c12e7e9f99c30f11a86f961d91aa1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/438100
Auto-Submit: Tess Strickland <sstrickl@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
Reviewed-by: Ivan Inozemtsev <iinozemtsev@google.com>
This commit is contained in:
committed by
Commit Queue
parent
d257c52309
commit
0091c249b9
@@ -149,26 +149,6 @@ config("dart_linux_x64_config") {
|
||||
]
|
||||
}
|
||||
|
||||
# We need to build gen_snapshot targeting Linux ARM during a build
|
||||
# of the SDK. This configuration is used to unconditionally target
|
||||
# Linux ARM. It should not be combined with dart_os_config and dart_arch_config.
|
||||
config("dart_linux_arm_config") {
|
||||
defines = [
|
||||
"DART_TARGET_OS_LINUX",
|
||||
"TARGET_ARCH_ARM",
|
||||
]
|
||||
}
|
||||
|
||||
# We need to build gen_snapshot targeting Linux RISCV64 during a build
|
||||
# of the SDK. This configuration is used to unconditionally target
|
||||
# Linux RISCV64. It should not be combined with dart_os_config and dart_arch_config.
|
||||
config("dart_linux_riscv64_config") {
|
||||
defines = [
|
||||
"DART_TARGET_OS_LINUX",
|
||||
"TARGET_ARCH_RISCV64",
|
||||
]
|
||||
}
|
||||
|
||||
config("dart_arch_config") {
|
||||
defines = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user