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

Re: what is the equivalent of -xM1(solaris compiler option) in gcc


If I remember right the -xM1 option is a Dependency Option.
Check the gcc manual for "PREPROCESSOR OPTIONS" -M{F,M,T,MDâ}.

Cheers ingo
--- Begin Message ---
On 28 March 2013 10:17, nagarjun wrote:
> I'm porting the C++ code from solaris to Linux.
>
> Can anybody tell me what is the gcc equivalent of solaris -xM1 option.
>
> In brief I have to replace */opt/SUNWspro/bin/CC -xM1* with *g++ with
> equivalent option*

It would help if you say what that option does for the Solaris compiler.

--- End Message ---

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