6 lines
77 B
Bash
6 lines
77 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
configureFlags="--with-gcc=$gcc/bin/gcc"
|
||
|
|
||
|
genericBuild
|