On 06/16/2012 09:49 AM, Daniel Dilts wrote: > I am trying to build a project with an autotools build system. Is there > some (easy) way to make it build with a non-default tool chain? I have a > directory with the toolchain that has the C++ compiler that I want to use.
I believe you can set the CC environment variable before you run configure and make. -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list
