diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-04-26 07:16:47 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-04-26 07:16:47 +0200 |
commit | e30fb31c0ad8d31babd1d0d0f05e37c6579a870b (patch) | |
tree | c612bfe508aee0f60731610790d5c4c3e4b9885f /ChangeLog | |
parent | deacca0054a1c42151ac027171ef3c2aba6bc566 (diff) | |
download | glibc-e30fb31c0ad8d31babd1d0d0f05e37c6579a870b.tar.gz glibc-e30fb31c0ad8d31babd1d0d0f05e37c6579a870b.tar.xz glibc-e30fb31c0ad8d31babd1d0d0f05e37c6579a870b.zip |
Makeconfig: Move $(CC) to +link command variables
This change is needed to add linker flags which come very early in the command linke (before LDFLAGS) and are not applied to test programs (only to installed programs).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 100e8407fc..697f93741c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2019-04-26 Florian Weimer <fweimer@redhat.com> + + * Makeconfig (+link-pie-before-libc): Remove $(CC). + (+link-pie, +link-pie-tests, +link-pie-printers-tests): Add $(CC). + (+link-static-before-libc): Remove $(CC). + (+link-static, +link-static-tests): Add $(CC). + (+link-before-libc): Remove $(CC). + (+link, +link-pie, +link-pie-printers): Add $(CC). + 2019-04-25 David Abdurachmanov <david.abdurachmanov@gmail.com> [BZ#24484] |