public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: "Frager, Neal" <neal.frager@amd.com>
To: "newlib@sourceware.org" <newlib@sourceware.org>,
	"vapier@gentoo.org" <vapier@gentoo.org>,
	"jjohnstn@redhat.com" <jjohnstn@redhat.com>
Cc: "cjwfirmware@vxmdesign.com" <cjwfirmware@vxmdesign.com>,
	"thomas.petazzoni@bootlin.com" <thomas.petazzoni@bootlin.com>
Subject: RE: [PATCH v5 1/1] configure.ac: configurable tooldir install path
Date: Mon, 22 Jan 2024 09:31:19 +0000	[thread overview]
Message-ID: <CH2PR12MB500422AE264B6739BFB00523F0752@CH2PR12MB5004.namprd12.prod.outlook.com> (raw)
In-Reply-To: <20240111183019.121397-1-neal.frager@amd.com>


Hello Mike, Jeff,

Just a friendly reminder regarding this patch.  Have you had
a chance to review v5 yet?

Thank you for your support.

Best regards,
Neal Frager
AMD

> ---
> configure.ac | 10 +++++++++-
> 1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index f1bb72100..0badf1d30 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2599,7 +2599,15 @@ esac
> 
> # Some systems (e.g., one of the i386-aix systems the gas testers are
> # using) don't handle "\$" correctly, so don't use it here.
> -tooldir='${exec_prefix}'/${target_noncanonical}
> +AC_ARG_WITH([tooldir], 
> +  [AS_HELP_STRING([--with-tooldir=PATH],
> +		[use given path to install target tools after build])],
> +  [AS_CASE([x"$withval"],
> +	[x/*],,
> +	[AC_MSG_ERROR([argument to --with-tooldir must be an absolute path])])
> +  ],
> +  [with_tooldir='${exec_prefix}'/${target_noncanonical}])
> +tooldir=${with_tooldir}
> build_tooldir=${tooldir}
> 
> # Create a .gdbinit file which runs the one in srcdir
> -- 
> 2.25.1


  reply	other threads:[~2024-01-22  9:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-11 18:30 Neal Frager
2024-01-22  9:31 ` Frager, Neal [this message]
2024-01-22 13:12   ` Mike Frysinger
2024-01-23  8:53 ` Corinna Vinschen

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=CH2PR12MB500422AE264B6739BFB00523F0752@CH2PR12MB5004.namprd12.prod.outlook.com \
    --to=neal.frager@amd.com \
    --cc=cjwfirmware@vxmdesign.com \
    --cc=jjohnstn@redhat.com \
    --cc=newlib@sourceware.org \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=vapier@gentoo.org \
    /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.
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 read-only IMAP folder(s) and NNTP newsgroup(s).