Skip to content

Commit 839b3dd

Browse files
committed
Glibc: remove vestigial code
1 parent c16865f commit 839b3dd

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

bootstrap/Glibc/build_tarballs.jl

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,6 @@ cd ${WORKSPACE}/srcdir/glibc-*/
3131
# Install license
3232
install_license COPYING*
3333
34-
# Some things need /lib64, others just need /lib
35-
case ${target} in
36-
x86_64*)
37-
lib64=lib64
38-
;;
39-
aarch64*)
40-
lib64=lib64
41-
;;
42-
ppc64*)
43-
lib64=lib64
44-
;;
45-
*)
46-
lib64=lib
47-
;;
48-
esac
49-
5034
# Update configure scripts to work well with `musl`
5135
update_configure_scripts
5236

0 commit comments

Comments
 (0)