public inbox for dash@vger.kernel.org
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: "Kuhl, Brian" <brian.kuhl@windriver.com>
Cc: dash@vger.kernel.org
Subject: Re: [PATCH] VxWorks Support
Date: Sun, 31 Aug 2025 16:45:15 +0800	[thread overview]
Message-ID: <aLQLm5TAk8Pf0Rc0@gondor.apana.org.au> (raw)
In-Reply-To: <DM6PR11MB47535C0C8F14FAF266B04D309967A@DM6PR11MB4753.namprd11.prod.outlook.com>

Kuhl, Brian <brian.kuhl@windriver.com> wrote:
> Recent versions of VxWorks support fork() and as result can support dash.
> For example,  to cross compile for IA with this patch applied,  and your VSB environment sourced (aka sysroot)
>  
> ./configure --build=x86_64-pc-linux-gnu --host=x86_64-wrs-vxworks --prefix=/usr \
>    CC=wr-cc CXX=wr-c++ LD=wr-ld AR=wr-ar NM=wr-nm OBJCOPY=wr-objcopy OBJDUMP=wr-objdump RANLIB=wr-ranlib READELF=wr-readelf SIZE=wr-size STRIP= wr-strip \
>    ac_cv_func_faccessat=no    \
>    CFLAGS="-DJOBS=0 "
> 
> make install DESTDIR=${VSB}/usr/3pp/develop
> 
> For other architectures update your <host> appropriately. 
> 
> ---
> configure.ac     | 4 ++--
> src/bltin/test.c | 2 ++
> src/jobs.c       | 4 ++++
> 3 files changed, 8 insertions(+), 2 deletions(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

      reply	other threads:[~2025-08-31  8:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-28 21:47 [PATCH] VxWorks Support Kuhl, Brian
2025-08-31  8:45 ` Herbert Xu [this message]

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=aLQLm5TAk8Pf0Rc0@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=brian.kuhl@windriver.com \
    --cc=dash@vger.kernel.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