blob: c3a19aaa6086d23bb231054b33b184f8032f6b25 (
plain)
1
2
3
4
|
- add a --target-flags option #420089 so people can set the default flags
that they want to build the cross-compiler with. this requires fixing
gcc/binutils and how we only have a single CFLAGS value that is passed
both for the host (e.g. `gcc`) and for the target (e.g. libgcc.so).
|