Skip to content
  • Brad King's avatar
    Support multiple arguments in CC,CXX,FC values · fd38eda9
    Brad King authored
    Teach compiler identification to support values such as
    
      export CC='gcc -g -O2'
    
    by separating the arguments on spaces.  We already do this for the
    values of CFLAGS, CXXFLAGS, and FFLAGS.
    fd38eda9