Re: [Tinycc-devel] Commit "Accept -MMD, depfile for the Linux Kernel" MinGW Bug.

2025-06-10 Thread tylo
usually, only "-MMD" is used */ /* but the Linux Kernel uses "-MMD,depfile" */ -if (optarg) +if (*optarg != '\0') tcc_set_str(&s->deps_outfile, optarg); break; case TCC_OPTION_MD: C

[Tinycc-devel] Commit "Accept -MMD, depfile for the Linux Kernel" MinGW Bug.

2025-05-23 Thread tylo
MingGW-W64 14.2. Message during compilation: *tcc: error: could not open ''* Commit 30c2373c, May 7. Still present in the commit of May 22. Cheers, Ty. ___ Tinycc-devel mailing list Tinycc-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tiny