Comparison

configure @ 7618:5a09c1166d89

configure: Add --compiler-wrapper flag for using things like ccache or distcc
author Kim Alvefur <zash@zash.se>
date Fri, 19 Aug 2016 16:25:15 +0200
parent 7617:c6d18ee93e34
child 7632:2b14e2121700
comparison
equal deleted inserted replaced
7617:c6d18ee93e34 7618:5a09c1166d89
222 RUNWITH="$value" 222 RUNWITH="$value"
223 ;; 223 ;;
224 --no-example-certs) 224 --no-example-certs)
225 EXCERTS= 225 EXCERTS=
226 ;; 226 ;;
227 --compiler-wrapper=*)
228 CC="$value $CC"
229 LD="$value $LD"
230 ;;
227 *) 231 *)
228 echo "Error: Unknown flag: $1" 232 echo "Error: Unknown flag: $1"
229 exit 1 233 exit 1
230 ;; 234 ;;
231 esac 235 esac