glibc: ppcle adjustments
This commit is contained in:
parent
8384c3bda6
commit
45a6754b46
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ do_install() {
|
|||
# 32-bit userlands may be used with 64-bit kernels and then
|
||||
# xbps will report an incorrect architecture by default
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686|ppc|armv*)
|
||||
i686|ppc|ppcle|armv*)
|
||||
vmkdir usr/share/xbps.d
|
||||
echo "architecture=${XBPS_TARGET_MACHINE}" > \
|
||||
${DESTDIR}/usr/share/xbps.d/arch-32bit.conf
|
||||
|
|
Loading…
Reference in a new issue