tinyos / nesc

Master nesc repository
GNU General Public License v2.0
100 stars 53 forks source link

Use specified version of gcc for nesc #23

Closed bradjc closed 10 years ago

bradjc commented 10 years ago

Before nescc was hardcoding gcc as "gcc". This change sets it to whichever gcc configure was using so that doing something like:

./configure CC=/usr/local/bin/gcc

will work when it comes time to use nescc.