increase the version number of Dragora
[dragora.git] / stages / env.d / cross-staticenv
blob88e069c184f59629ef1771e32de0da8e3f598a68
2 # Cross toolchain variables for the environment
5 BTCC="${target}-gcc -static --static"
6 BTCXX="${target}-g++ -static --static"
7 AR="${target}-ar"
8 AS="${target}-as"
9 LD="${target}-ld"
10 RANLIB="${target}-ranlib"
11 READELF="${target}-readelf"
12 STRIP="${target}-strip"