Colin Cross c4bde76832 Add toolchain cflags that are always used
Some cflags are part of the toolchain selection and should not be
removed by no_default_compiler_flags = true, for example -m32 for x86
compiles.  Removing all the cflags results in hacks such as in crt.mk
where the bare minimum cflags are reinserted.

Add new toolchain interface functions ToolchainCflags, ToolchainLdflags
and ToolchainClangCflags that will always be used.

Change-Id: I0ba02d7611e2afb9ad913319740e00c1bb2d654c
2015-11-24 21:33:15 +00:00
2015-09-16 14:19:55 -07:00
2015-09-17 23:42:25 -07:00
2015-11-17 19:05:07 -08:00
2015-11-19 15:42:32 -08:00
2015-03-13 20:28:16 -07:00
2015-03-13 20:28:16 -07:00
2015-05-20 13:10:32 -07:00
2015-09-17 23:42:25 -07:00
Description
No description provided
131 MiB
Languages
Go 92.8%
Python 5%
Shell 2.1%