summaryrefslogtreecommitdiffstats
path: root/fixup_ptxconfigs.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-08-24 14:44:55 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-08-27 11:45:22 +0200
commit736740bcb7ae9ed213d3c2c2ca01f84306efdcf5 (patch)
tree7956b234a7c69c1fd9b9176f2924dc45098eea1c /fixup_ptxconfigs.sh
parent96a0297eb8354c60fa1af3402710b8bb7f09bb7e (diff)
downloadOSELAS.Toolchain-736740bcb7ae9ed213d3c2c2ca01f84306efdcf5.tar.gz
OSELAS.Toolchain-736740bcb7ae9ed213d3c2c2ca01f84306efdcf5.tar.xz
fixup_ptxconfigs: --enable-obsolete-rpc and --enable-obsolete-nsl are gone with glibc 2.32
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'fixup_ptxconfigs.sh')
-rwxr-xr-xfixup_ptxconfigs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh
index 95e190d..b4001f6 100755
--- a/fixup_ptxconfigs.sh
+++ b/fixup_ptxconfigs.sh
@@ -259,7 +259,7 @@ fixup()
#
# PTXCONF_GLIBC_CONFIG_EXTRA_CROSS
#
- PTXCONF_GLIBC_CONFIG_EXTRA_CROSS="--enable-obsolete-rpc --enable-obsolete-nsl --enable-stackguard-randomization --enable-stack-protector=strong"
+ PTXCONF_GLIBC_CONFIG_EXTRA_CROSS="--enable-stackguard-randomization --enable-stack-protector=strong"
case "${PTXCONF_GNU_TARGET}" in
x86_64-unknown-linux-gnu)
PTXCONF_GLIBC_CONFIG_EXTRA_CROSS="${PTXCONF_GLIBC_CONFIG_EXTRA_CROSS} --enable-mathvec"