diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2023-09-04 08:33:27 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2023-09-04 08:33:27 +0000 |
| commit | 8524dc53fd4c6b79d75b82cb82f3ac72fc25e85f (patch) | |
| tree | 13045f93844a0e0afc900416ea8ad9d2d320ddca /lib/libcompiler_rt | |
| parent | c190fb35f35cc163b61e582a49115680b0d49dcc (diff) | |
Diffstat (limited to 'lib/libcompiler_rt')
| -rw-r--r-- | lib/libcompiler_rt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index 1ba94bc5eec8..f894d68e6478 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -22,7 +22,7 @@ MK_WERROR.gcc= no .if ${MACHINE_CPUARCH} == "aarch64" . for pat in cas swp ldadd ldclr ldeor ldset . for size in 1 2 4 8 16 -. for model in 1 2 3 4 +. for model in 1 2 3 4 5 . if ${pat} == "cas" || ${size} != "16" # Use .for to define lse_name, to get a special loop-local variable . for lse_name in outline_atomic_${pat}${size}_${model}.S |
