Re: [PATCH] [libstdc++-v3] [rtems] enable filesystem support

2024-07-27 Thread Alexandre Oliva
Hello, Jonathan, ISTM I've failed to answer, sorry On May 30, 2024, Jonathan Wakely wrote: > I got bounces from oarcorp.com and rtems.org, are the details in > MAINTAINERS out of date for Joel and Ralf? I got bounces as well back then. I don't know whether this means the addresses were outdat

Re: [PATCH] [libstdc++-v3] [rtems] enable filesystem support

2024-05-30 Thread Jonathan Wakely
Thanks. I got bounces from oarcorp.com and rtems.org, are the details in MAINTAINERS out of date for Joel and Ralf? On Thu, 30 May 2024 at 09:19, Alexandre Oliva wrote: > > On May 30, 2024, Jonathan Wakely wrote: > > > Typo here, "rtemps"? > > Ugh, thanks, fixed. > > > OK with that fixed (and c

Re: [PATCH] [libstdc++-v3] [rtems] enable filesystem support

2024-05-30 Thread Alexandre Oliva
On May 30, 2024, Jonathan Wakely wrote: > Typo here, "rtemps"? Ugh, thanks, fixed. > OK with that fixed (and configure regenerated). I also untabified the new lines, to match the surrounding context. Here's what I installed: [libstdc++-v3] [rtems] enable filesystem support mkdir, chdir and c

Re: [PATCH] [libstdc++-v3] [rtems] enable filesystem support

2024-05-29 Thread Jonathan Wakely
On Thu, 30 May 2024, 06:03 Alexandre Oliva, wrote: > > mkdir, chdir and chmod functions are defined in librtemscpu, that > doesn't get linked in during libstdc++-v3 configure, but applications > use -qrtems for linking, which brings those symbols in, so it makes > sense to mark them as available

[PATCH] [libstdc++-v3] [rtems] enable filesystem support

2024-05-29 Thread Alexandre Oliva
mkdir, chdir and chmod functions are defined in librtemscpu, that doesn't get linked in during libstdc++-v3 configure, but applications use -qrtems for linking, which brings those symbols in, so it makes sense to mark them as available so that the C++ filesystem APIs are enabled. Regstrapped on