Mail Archives: djgpp-workers/2001/06/13/08:30:26
On 13 Jun 2001, at 15:12, Eli Zaretskii wrote:
>
> On Wed, 13 Jun 2001 pavenis AT lanet DOT lv wrote:
>
> > > Does it help to use -traditional when compiling stub*.S files? If it
> > > does, I'd prefer to use tradcpp for the stubs until they fix this in the
> > > mainline version.
> >
> > tradcpp doesn't have this bug
> > but tradcpp doesn't like options -remap and -imacros.
>
> Does that mean that -remap and -imacros don't work with "gcc -traditional"?
>
> If that is indeed so, I guess we have no other choice but to modify the
> stubs as you suggested originally. Tweaking specs for this is too gross,
> IMHO, and might also cause compatibility problems in the long run.
I don't expect special problems from such modification of specs (I
simply copied condition from rule how to choose which of cpp0
or tradcpp0 to use).
gcc -traditional will fail unconditionally unless I exclude both
-remap and -imacros when tradcpp0 is being used. We'll unable to
compile too much things with gcc -traditional even when we'll
remove these options with tradcpp0. Is it worth to reanimate it
simply to use to compile stubs
Andris
- Raw text -