We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16865f commit 839b3ddCopy full SHA for 839b3dd
bootstrap/Glibc/build_tarballs.jl
@@ -31,22 +31,6 @@ cd ${WORKSPACE}/srcdir/glibc-*/
31
# Install license
32
install_license COPYING*
33
34
-# Some things need /lib64, others just need /lib
35
-case ${target} in
36
- x86_64*)
37
- lib64=lib64
38
- ;;
39
- aarch64*)
40
41
42
- ppc64*)
43
44
45
- *)
46
- lib64=lib
47
48
-esac
49
-
50
# Update configure scripts to work well with `musl`
51
update_configure_scripts
52
0 commit comments