You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The attached patch allows the use of other compilers than gcc, respecting the
$CC environment variable. If it is not defined, it will run the command "cc".
It is also possible to use `ifndef` to check if the variable is defined, and if
it is undefined, check it to `gcc`.
Original issue reported on code.google.com by franciscossouza on 29 Aug 2012 at 2:06
Original issue reported on code.google.com by
franciscossouza
on 29 Aug 2012 at 2:06Attachments:
The text was updated successfully, but these errors were encountered: