View Single Post
Old 06-12-2012, 06:33 AM   #67
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by baf View Post
Thanks. I updated linked post with additional info.
That particular combination of -mcpu= -mtune= -march= is redundant
but it does no harm. Leave it just the way you have written it.

My own personal practice is to do as you have done:
put all the options right on the command line where the user can read them rather than expect the user to know the internals of the gcc option setting(s).

Translation: We who write the advice get to RTFM, end-users get to cut&paste.

Ref:
http://gcc.gnu.org/onlinedocs/gcc-4....ml#ARM-Options
knc1 is offline   Reply With Quote