glibc: make this build on armv5tel (#1469).
This commit is contained in:
parent
aa98401206
commit
5cf673b7b9
|
@ -35,7 +35,7 @@ build_options="systemd"
|
|||
lib32files="/usr/lib/gconv/gconv-modules"
|
||||
lib32symlinks="ld-linux.so.2"
|
||||
# There's no point in building this for musl.
|
||||
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
|
||||
only_for_archs="i686 x86_64 armv5tel armv6l armv7l aarch64"
|
||||
|
||||
do_configure() {
|
||||
mkdir build
|
||||
|
|
Loading…
Reference in New Issue