Re: The riscv compilation chain for your own operating system cannot recognize march.

2024-09-28 Thread Kai Ruottu via Gcc
Troy via Gcc kirjoitti 29.9.2024 klo 6.15: I've created a Unix-like system, and although it's not very complete yet, I want to make a cross-compilation chain for it so that I can use some open source c libraries. More important would be to see the -v output when you ran the compiler and got the

Re: Building Single Tree for a Specific Set of CFLAGS

2024-03-27 Thread Kai Ruottu via Gcc
Christophe Lyon via Gcc kirjoitti 27.3.2024 klo 10.52: On 3/26/24 22:52, Joel Sherrill via Gcc wrote: I am trying --disable-multlibs on the gcc configure and adding CFLAGS_FOR_TARGET to make. I would configure GCC with --disable-multilibs --with-cpu=XXX --with-mode=XXX --with-float=XXX [maybe