Skip to content

Commit

Permalink
fetch_impls: build with core2 support
Browse files Browse the repository at this point in the history
This seems like less of a hack than defining the ISA level directly.
  • Loading branch information
Xyene authored Mar 15, 2024
1 parent 71b6162 commit 6ea7680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_impls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ for impl in ../sysdeps/x86_64/multiarch/memmove-*.S; do
-DSHARED \
-DTOP_NAMESPACE=glibc \
-DASSEMBLER \
-DISA_DEFAULT_IMPL \
-march=core2 \
-g \
-S \
> "${workdir}/impls/${impl_basename%.S}.s"
Expand Down

0 comments on commit 6ea7680

Please sign in to comment.