Mail Archives: djgpp-workers/1996/07/15/04:13:13
On Sat, 13 Jul 1996, Douglas Rupp wrote:
> A problem arises with various DOS utilities which return filenames in all
> uppercase, so if one uses these to automatically generate compilation
> scripts, the wrong compiler gets called. It's not so much an issue with .c
> and .C as it is with .ADB and .ADS. Gcc doesn't recognize these as Ada
> units at all.
>
> I propose submitting a request to change the comparison code in gcc to
> make it case insensitve, as it already does for OS/2.
Why not use the -x LANGUAGE option to GCC to force it into calling the
right compiler? Seems like much easier solution to me.
- Raw text -