This is the mail archive of the gcc@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]

COLLECT_OPTIONS


Suppose I have a C++ compilation and I specify G++-specific options.
When collect2 calls gcc to compile the C code, it passes those options
to cc1, which will now give an error.

How is this supposed to work?

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