[Bug 286975] Assembly files do not respect SHARED_CFLAGS
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 286975] Assembly files do not respect SHARED_CFLAGS"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 May 2025 23:27:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286975
Brooks Davis <brooks@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |brooks@FreeBSD.org
Status|New |Open
--- Comment #1 from Brooks Davis <brooks@FreeBSD.org> ---
I think the appropriate assembly targets should include SHARED_CFLAGS, but
that's not a complete solution to the problem at hand. If you just do that you
end with an rtld that can't make syscalls because the code in
lib/libc/sys/Makefile.inc gets applied to .nossppic files. I think we also
want to add PICO_CFLAGS, etc and use that in the libsys makefile. I'm testing a
that now.
--
You are receiving this mail because:
You are the assignee for the bug.