mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
glibc: make this build on armv5tel (#1469).
This commit is contained in:
parent
aa98401206
commit
5cf673b7b9
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ build_options="systemd"
|
||||||
lib32files="/usr/lib/gconv/gconv-modules"
|
lib32files="/usr/lib/gconv/gconv-modules"
|
||||||
lib32symlinks="ld-linux.so.2"
|
lib32symlinks="ld-linux.so.2"
|
||||||
# There's no point in building this for musl.
|
# 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() {
|
do_configure() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
Loading…
Add table
Reference in a new issue