Skip to content

Commit

Permalink
remove clang11 from workflow, fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
struct committed Dec 20, 2023
1 parent d55e5af commit 9f7e2c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [11, 12, 13, 14, 15]
version: [12, 13, 14, 15]
steps:
- uses: actions/checkout@v4
- run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ ISO_DTOR_CLEANUP = -DISO_DTOR_CLEANUP=0
SIGNAL_HANDLER = -DSIGNAL_HANDLER=0

## Enable AARCH64 / ARMv8.5a Memory Tagging Extension support
ARM_MTE = -DARM_MTE=1 -march=armv8.5-a+memtag
#ARM_MTE = -DARM_MTE=1 -march=armv8.5-a+memtag

## If you know your target will have an ARMv8.1-A or newer and
## supports Top Byte Ignore (TBI) then you want to enable this.
Expand Down

0 comments on commit 9f7e2c8

Please sign in to comment.