aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2022-01-14 20:16:05 +0100
committerFlorian Weimer <fweimer@redhat.com>2022-01-14 20:17:05 +0100
commitb693d75f0c611bce9b0ad984bad306121d42c535 (patch)
tree3b413e215a63c1dc1b43b35996db551f84879a18 /elf/Makefile
parent7de01e60c200c431d3469deb784da8fd4508fc15 (diff)
downloadglibc-b693d75f0c611bce9b0ad984bad306121d42c535.tar
glibc-b693d75f0c611bce9b0ad984bad306121d42c535.tar.gz
glibc-b693d75f0c611bce9b0ad984bad306121d42c535.tar.bz2
glibc-b693d75f0c611bce9b0ad984bad306121d42c535.zip
elf: Split dl-printf.c from dl-misc.c
This allows to use different compiler flags for the diagnostics code. Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'elf/Makefile')
-rw-r--r--elf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 3065efc485..3df49742ff 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -69,6 +69,7 @@ dl-routines = \
dl-object \
dl-open \
dl-origin \
+ dl-printf \
dl-profile \
dl-reloc \
dl-runtime \