]> sourceware.org Git - glibc.git/commit
resolv: Fix tst-resolv tests for 2.35 ABIs and later
authorStafford Horne <shorne@gmail.com>
Fri, 11 Feb 2022 23:17:55 +0000 (08:17 +0900)
committerStafford Horne <shorne@gmail.com>
Thu, 24 Feb 2022 07:25:26 +0000 (16:25 +0900)
commitee5d27bea53626c0187f77feec2c883f2c6ac4b3
treed3510aa553f7c95dd738fd00d58f10feb91318c9
parent1153f7158608cfa3e7372e03bb82566a3dab1a19
resolv: Fix tst-resolv tests for 2.35 ABIs and later

The commit 737e873b30 ("resolv: Do not build libanl.so for ABIs starting
at 2.35") disabled building libanl for ports supporting only 2.35 and
later like OpenRISC.

However, the if statement was not updated quite correctly and the change
ends up disabling many tst-resolv* tests.  This was not supposed to be
done and it causes test dependency errors like:

     make: Entering directory 'gnu-home/glibc/resolv'
     make: *** No rule to make target 'gnu-home/build-glibc/resolv/tst-resolv-res_ninit.out', needed by 'gnu-home/build-glibc/resolv/mtrace-tst-resolv-res_ninit.out'. Stop.
     make: Leaving directory 'gnu-home/glibc/resolv'

This patch move the extra-libs += libanl definition and condition down
to be closer to other libanl definitions.  The $(have-GLIBC_2.34)
condition now includes libanl-routines and libanl-shared-only-routines as
well.

Also, I have added a comment to endif of $(have-thread-library) to help
show the bondary of the have-thread-library definitions.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
resolv/Makefile
This page took 0.040738 seconds and 5 git commands to generate.