This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/64940] Question: is it possible to build a single gcc/g++ that will work on mult. OS versions?


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64940

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Bill Torpey from comment #2)
> Thanks for the quick reply!
> 
> Unfortunately, the approach you suggest won't work for what we want to do,
> which is to have a *single* network-mounted gcc that can be used from both.
> 
> That means we need a "generic" gcc, and it's not clear how to produce one
> (or if that is even possible).

You could try removing the include-fixed directory and try that.
But really there is no way otherwise.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]