Skip to content
Snippets Groups Projects
Commit 1873b952 authored by Allan McRae's avatar Allan McRae :speech_balloon:
Browse files

this better work...

parent a7db957c
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,10 @@ prepare() {
cd glibc
# avoid crashes on i686 memchr-sse2.S
git revert 23d27709a423aec32821e9a5198a10267107bae2 --no-edit
# https://sourceware.org/bugzilla/show_bug.cgi?id=21182
_revert_commit="23d27709a423aec32821e9a5198a10267107bae2"
_revert_file="sysdeps/i386/i686/multiarch/memchr-sse2.S"
git show ${_revert_commit} -- ${_revert_file} | git apply -R
}
build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment