Skip to content

Commit e374e3a

Browse files
authored
Merge pull request #67282 from kubamracek/add-arm64_32-to-freestanding
Add arm64_32 as a valid freestanding arch
2 parents 217358b + 08fee9d commit e374e3a

File tree

1 file changed

+1
-1
lines changed
  • utils/swift_build_support/swift_build_support

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class StdlibDeploymentTarget(object):
263263
Freestanding = Platform("freestanding", archs=[
264264
"i386", "x86_64",
265265
"armv7", "armv7s", "armv7k", "armv7m", "armv7em",
266-
"arm64", "arm64e"])
266+
"arm64", "arm64e", "arm64_32"])
267267

268268
Linux = Platform("linux", archs=[
269269
"x86_64",

0 commit comments

Comments
 (0)