Skip to content

Commit

Permalink
fetch_impls: drop CC hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene authored Mar 15, 2024
1 parent a06eb67 commit 894cf28
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 @@ -17,7 +17,7 @@ git clone --depth 1 https://sourceware.org/git/glibc.git
mkdir glibc/build
cd glibc/build

../configure --prefix="${workdir}" CC="gcc -march=core2"
../configure --prefix="${workdir}"
make -j$(nproc)

for impl in ../sysdeps/x86_64/multiarch/memmove-*.S; do
Expand Down

0 comments on commit 894cf28

Please sign in to comment.