Skip to content

Commit

Permalink
fetch_impls: define ISA_DEFAULT_IMPL
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene authored Mar 15, 2024
1 parent aca2e28 commit 71b6162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fetch_impls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ for impl in ../sysdeps/x86_64/multiarch/memmove-*.S; do
-DSHARED \
-DTOP_NAMESPACE=glibc \
-DASSEMBLER \
-DISA_DEFAULT_IMPL \
-g \
-S \
> "${workdir}/impls/${impl_basename%.S}.s"
Expand Down

0 comments on commit 71b6162

Please sign in to comment.