smartcpp wrote:
> As I check the gcc option "mno-app-regs" and found out it is specific with 
> solaris sparc option.So could you please tell me the appropriate option for 
> opensolaris.

If you're on OpenSolaris on SPARC, gcc should still have the
-mno-app-regs option, and using it would be recommended to be ABI
compliant when building libraries.

If you're on x86 with either Solaris or OpenSolaris, then -mno-app-regs
has no meaning at all.  There's no equivalent option, nor does there
need to be one.  It's a CPU-specific issue.  If you're compiling on x86,
and if the application supports running on x86, then you should just
remove that option.

-- 
James Carlson         42.703N 71.076W         <carlsonj at workingcode.com>

Reply via email to