Skip to content

Commit 894cf28

Browse files
authored
fetch_impls: drop CC hack
1 parent a06eb67 commit 894cf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch_impls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ git clone --depth 1 https://sourceware.org/git/glibc.git
1717
mkdir glibc/build
1818
cd glibc/build
1919

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

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

0 commit comments

Comments
 (0)