mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] [PATCH 0/2] Minor stylistic clean-up in musl Makefile
@ 2023-03-13  5:17 Lukas Bulwahn
  2023-03-13  5:17 ` [musl] [PATCH 1/2] avoid passing -fno-stack-protector twice for LDSO_OBJS Lukas Bulwahn
  2023-03-13  5:17 ` [musl] [PATCH 2/2] drop adding -DCRT to CFLAGS in the Makefile Lukas Bulwahn
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2023-03-13  5:17 UTC (permalink / raw)
  To: Rich Felker, musl; +Cc: Lukas Bulwahn

Dear Rich,

while doing some investigation on which compiler flags are used in the musl
build, I noticed some inconvenience in my aggregation script and hence came
across two minor clean-up changes for the musl build that you may want to pick.

Both changes are purely stylistic for invoking the compiler and have no
effective change on the build output.


Thanks,

Lukas
 
Lukas Bulwahn (2):
  avoid passing -fno-stack-protector twice for LDSO_OBJS
  drop adding -DCRT to CFLAGS in the Makefile

 Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-13  5:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-13  5:17 [musl] [PATCH 0/2] Minor stylistic clean-up in musl Makefile Lukas Bulwahn
2023-03-13  5:17 ` [musl] [PATCH 1/2] avoid passing -fno-stack-protector twice for LDSO_OBJS Lukas Bulwahn
2023-03-13  5:17 ` [musl] [PATCH 2/2] drop adding -DCRT to CFLAGS in the Makefile Lukas Bulwahn

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).