forked from Dark-Horse-Linux/pyrois
upgraded glibc to 2.38
parent
7d849a837c
commit
501ef9d836
|
@ -13,7 +13,7 @@ set -u
|
||||||
APPNAME="glibc"
|
APPNAME="glibc"
|
||||||
|
|
||||||
# the version of this application
|
# the version of this application
|
||||||
VERSION="2.37"
|
VERSION="2.38"
|
||||||
|
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
# Variables and functions sourced from Environment:
|
# Variables and functions sourced from Environment:
|
||||||
|
@ -176,7 +176,7 @@ mode_build_pass1() {
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--host=${T_TRIPLET} \
|
--host=${T_TRIPLET} \
|
||||||
--build=$(../scripts/config.guess) \
|
--build=$(../scripts/config.guess) \
|
||||||
--enable-kernel=3.2 \
|
--enable-kernel=4.14 \
|
||||||
--with-headers=${T_SYSROOT}/usr/include \
|
--with-headers=${T_SYSROOT}/usr/include \
|
||||||
libc_cv_slibdir=/usr/lib
|
libc_cv_slibdir=/usr/lib
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ set -a
|
||||||
APPNAME="glibc"
|
APPNAME="glibc"
|
||||||
|
|
||||||
# the version of this application
|
# the version of this application
|
||||||
VERSION="2.37"
|
VERSION="2.38"
|
||||||
|
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
# Variables and functions sourced from Environment:
|
# Variables and functions sourced from Environment:
|
||||||
|
|
Loading…
Reference in New Issue