- #
- # Cross toolchain variables for the environment
- #
- BTCC="${target}-gcc -static --static"
- BTCXX="${target}-g++ -static --static"
- AR="${target}-ar"
- AS="${target}-as"
- LD="${target}-ld"
- RANLIB="${target}-ranlib"
- READELF="${target}-readelf"
- STRIP="${target}-strip"
|