This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Alternate character for dollar sign in $ORIGIN?
- From: Nick Clifton <nickc at redhat dot com>
- To: noloader at gmail dot com
- Cc: Binutils <binutils at sourceware dot org>
- Date: Wed, 5 Jun 2019 10:37:59 +0100
- Subject: Re: Alternate character for dollar sign in $ORIGIN?
- References: <CAH8yC8nMzTeAWUVa6c=Y504tXZUbdq0aMJmVXbv29+L9Sh_y=g@mail.gmail.com> <1461b09c-ea04-4b9b-9ca8-6c57446e0ffc@redhat.com> <CAH8yC8kkJq2GkuQOv0KTA9RZJQYH4_ehq6s+_pFHokpTV-70=Q@mail.gmail.com>
Hi Guys,
I just had a thought - could we make use of the at-file syntax ?
For example:
% cat rpath.option
-Wl,-rpath,$ORIGIN/../lib
% ld @rpath.option [...]
Cheers
Nick