Skip to content

Commit

Permalink
ci: add more arm targets
Browse files Browse the repository at this point in the history
Add softfp and hardfp targets for armv6j and armv7a.

Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jan 3, 2025
1 parent 6c8d014 commit 8e4ef49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/crossdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- target: armeb-unknown-linux-gnueabihf
- target: armeb-unknown-linux-musleabi
- target: armeb-unknown-linux-musleabihf
# glibc fails to build: `attempt to use an ARM instruction on a
# Thumb-only processor`.
# - target: armv7-unknown-linux-gnueabi
# - target: armv7-unknown-linux-gnueabihf
- target: armv7-unknown-linux-musleabi
- target: armv7-unknown-linux-musleabihf
- target: armv6j-softfp-linux-gnueabi
- target: armv6j-unknown-linux-gnueabihf
- target: armv7a-softfp-linux-gnueabi
- target: armv7a-unknown-linux-gnueabihf
- target: hppa1.1-unknown-linux-gnu
- target: hppa2.0-unknown-linux-gnu
- target: hppa64-unknown-linux-gnu
Expand Down

0 comments on commit 8e4ef49

Please sign in to comment.