Skip to content

Commit 34be63a

Browse files
authored
Merge pull request swiftlang#76967 from kubamracek/embedded-armv7m-none-macho
[embedded] Add armv7m-apple-none-macho as an embedded cross-compiling target
2 parents 3af2f72 + d06f2cb commit 34be63a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB_CROSS_COMPILING)
171171
"armv6 armv6-apple-none-macho armv6-apple-none-macho"
172172
"armv6m armv6m-apple-none-macho armv6m-apple-none-macho"
173173
"armv7 armv7-apple-none-macho armv7-apple-none-macho"
174+
"armv7m armv7m-apple-none-macho armv7m-apple-none-macho"
174175
"armv7em armv7em-apple-none-macho armv7em-apple-none-macho"
175176
)
176177
endif()

0 commit comments

Comments
 (0)