[Bug 286975] Assembly files do not respect SHARED_CFLAGS

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 23 May 2025 23:49:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286975

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=387783da979eb5862f8453e15505c240cbfe28ce

commit 387783da979eb5862f8453e15505c240cbfe28ce
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2025-05-23 23:33:51 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2025-05-23 23:37:17 +0000

    rtld: get syscall implementations from libsys

    When I added libsys I failed to update rtld's reuse of object files
    from libc to use ones from libsys instead.  This would have turned up
    as a broken system in d7847a8d35143, but SHARED_CFLAGS is not being
    applied to assembly files.

    PR:             286975
    Reviewed by:    jrtc27, jhb
    Sponsored by:   DARPA, AFRL
    Differential Revision:  https://reviews.freebsd.org/D50475

 libexec/rtld-elf/rtld-libc/Makefile.inc | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.