|
@ -2,6 +2,7 @@ |
|
|
set -e |
|
|
set -e |
|
|
|
|
|
|
|
|
# Main settings |
|
|
# Main settings |
|
|
|
|
|
export EPREFIX=/data/data/com.termux/files/gentoo |
|
|
PROFILE=default/linux/arm64/17.0/prefix/kernel-3.2+ |
|
|
PROFILE=default/linux/arm64/17.0/prefix/kernel-3.2+ |
|
|
ldso=/lib/ld-linux-aarch64.so.1 |
|
|
ldso=/lib/ld-linux-aarch64.so.1 |
|
|
virtual_os_headers=sys-kernel/linux-headers |
|
|
virtual_os_headers=sys-kernel/linux-headers |
|
@ -10,7 +11,6 @@ virtual_libc=sys-libs/glibc |
|
|
# Output paths |
|
|
# Output paths |
|
|
export PORTDIR="$PWD/gentoo" |
|
|
export PORTDIR="$PWD/gentoo" |
|
|
export ROOT="$PWD/sysroot" |
|
|
export ROOT="$PWD/sysroot" |
|
|
export EPREFIX=/data/data/com.termux/files/gentoo |
|
|
|
|
|
PKGDIR="$PWD/binpkgs" |
|
|
PKGDIR="$PWD/binpkgs" |
|
|
PORTAGE_LOGDIR="$PWD/portlog" |
|
|
PORTAGE_LOGDIR="$PWD/portlog" |
|
|
|
|
|
|
|
|