mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Harald Hoyer <harald@redhat.com>
To: musl@lists.openwall.com, Rich Felker <dalias@libc.org>
Subject: Re: [musl] [PATCH] Enable linking to a static position independent executable
Date: Fri, 8 May 2020 11:05:21 +0200	[thread overview]
Message-ID: <a49a8f59-1612-e1b1-1aa2-73010ef4a287@redhat.com> (raw)
In-Reply-To: <20200427123207.1025966-1-harald@redhat.com>

I think, that is as small and non invasive, as it can get.

> diff --git a/tools/musl-gcc.specs.sh b/tools/musl-gcc.specs.sh
> old mode 100644
> new mode 100755
> index 30492574..ed584ed3
> --- a/tools/musl-gcc.specs.sh
> +++ b/tools/musl-gcc.specs.sh
> @@ -17,13 +17,13 @@ cat <<EOF
>  libgcc.a%s %:if-exists(libgcc_eh.a%s)
>  
>  *startfile:
> -%{!shared: $libdir/Scrt1.o} $libdir/crti.o crtbeginS.o%s
> +%{shared:;static-pie:$libdir/rcrt1.o; :$libdir/Scrt1.o} $libdir/crti.o crtbeginS.o%s
>  
>  *endfile:
>  crtendS.o%s $libdir/crtn.o
>  
>  *link:
> --dynamic-linker $ldso -nostdlib %{shared:-shared} %{static:-static} %{rdynamic:-export-dynamic}
> +-dynamic-linker $ldso -nostdlib %{shared:-shared} %{static:-static} %{static-pie:-static -pie --no-dynamic-linker} %{rdynamic:-export-dynamic}
>  
>  *esp_link:
>  
> 


  reply	other threads:[~2020-05-08  9:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-06 18:07 [musl] [PATCH] V2 " harald
2020-04-06 22:04 ` Fangrui Song
2020-04-07  8:42   ` Szabolcs Nagy
2020-04-07 13:17   ` [musl] [PATCH] " harald
2020-04-23 11:59     ` Harald Hoyer
2020-04-24 15:08     ` Rich Felker
2020-04-27 12:24       ` Harald Hoyer
2020-04-27 12:32         ` harald
2020-05-08  9:05           ` Harald Hoyer [this message]
2020-08-25 10:52           ` Harald Hoyer
  -- strict thread matches above, loose matches on Subject: below --
2020-04-06 17:58 harald
2020-04-06 18:35 ` Harald Hoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a49a8f59-1612-e1b1-1aa2-73010ef4a287@redhat.com \
    --to=harald@redhat.com \
    --cc=dalias@libc.org \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).