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"
Try "man gcc". Type "/-mv8" to search for "-mv8".