Re: [PATCH] VxWorks Support
Herbert Xu <[email protected]> Sun, 31 Aug 2025 16:45:15 +0800
| Newsgroups | org.kernel.vger.dash |
|---|---|
| Message-ID | <[email protected]> |
Kuhl, Brian <[email protected]> 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 <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt