-mv8 Error during gcc compilation

Submitted by Anonymous
on March 15, 2007 - 6:25am

Hi,

I am compiling code using gcc on SunOS. It gives me following error.

---
cc1: error: unrecognized command line option "-mv8"
cc1: error: unrecognized command line option "-msupersparc"
---

I do not wish to simply delete those options from makefile without knowing their effect on compilation.

I will be thankful with your reply.

regards,
Faisal

Try "man gcc". Type "/-mv8"

Anonymous (not verified)
on
March 15, 2007 - 7:08am

Try "man gcc". Type "/-mv8" to search for "-mv8".

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.