Skip to content

Commit 8e4ef49

Browse files
committed
ci: add more arm targets
Add softfp and hardfp targets for armv6j and armv7a. Signed-off-by: Sam James <sam@gentoo.org>
1 parent 6c8d014 commit 8e4ef49

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/crossdev.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- target: armeb-unknown-linux-gnueabihf
2929
- target: armeb-unknown-linux-musleabi
3030
- target: armeb-unknown-linux-musleabihf
31-
# glibc fails to build: `attempt to use an ARM instruction on a
32-
# Thumb-only processor`.
33-
# - target: armv7-unknown-linux-gnueabi
34-
# - target: armv7-unknown-linux-gnueabihf
3531
- target: armv7-unknown-linux-musleabi
3632
- target: armv7-unknown-linux-musleabihf
33+
- target: armv6j-softfp-linux-gnueabi
34+
- target: armv6j-unknown-linux-gnueabihf
35+
- target: armv7a-softfp-linux-gnueabi
36+
- target: armv7a-unknown-linux-gnueabihf
3737
- target: hppa1.1-unknown-linux-gnu
3838
- target: hppa2.0-unknown-linux-gnu
3939
- target: hppa64-unknown-linux-gnu

0 commit comments

Comments
 (0)