Re: Built-in Specs ignored... unless -specs=dump is specified

2020-09-01 Thread Giacomo Tesio
On Mon, 31 Aug 2020 19:04:13 -0700 Andrew Pinski wrote: > On Mon, Aug 31, 2020 at 4:34 PM Giacomo Tesio > wrote: > > So I defined in the gcc/config/jehanne.h (see attachment) the macros > > LINK_SPEC, LIB_SPEC and CPP_SPEC that substitute such command line > > options as required. > > You mig

Re: Built-in Specs ignored... unless -specs=dump is specified

2020-08-31 Thread Andrew Pinski via Gcc
On Mon, Aug 31, 2020 at 4:34 PM Giacomo Tesio wrote: > > Hello everybody! > > To cleanup my port of GCC (9.2.0) to Jehanne OS (http://jehanne.io) > I'd like to add a `--posixly` command line options to the gcc driver > that should be expanded to a couple of -isystem and -L options > to ease the co

Built-in Specs ignored... unless -specs=dump is specified

2020-08-31 Thread Giacomo Tesio
Hello everybody! To cleanup my port of GCC (9.2.0) to Jehanne OS (http://jehanne.io) I'd like to add a `--posixly` command line options to the gcc driver that should be expanded to a couple of -isystem and -L options to ease the compilation of POSIX programs (Jehanne is a Plan 9 derivative so it's