platform_build_soong/cc/config
Elliott Hughes 5a0401ab9c Consistently use -std=gnu99 for gcc as well as clang.
This matters for C files that are also built for Windows. Previously they'd
be compiled with -std=gnu99 for the host but [effectively] -std=gnu89 for
Windows.

Bug: http://b/32019064
Test: builds, and can build libcrypto_utils without a manual -std= line
Change-Id: I9c5cc7832220b5c3d6a007ff10d076e26fd8c75d
2016-10-13 14:41:31 +00:00
..
arm64_device.go Dynamically generate arch struct 2016-09-08 13:50:36 -07:00
arm_device.go Dynamically generate arch struct 2016-09-08 13:50:36 -07:00
clang.go Consistently use -std=gnu99 for gcc as well as clang. 2016-10-13 14:41:31 +00:00
global.go Consistently use -std=gnu99 for gcc as well as clang. 2016-10-13 14:41:31 +00:00
mips64_device.go Dynamically generate arch struct 2016-09-08 13:50:36 -07:00
mips_device.go Dynamically generate arch struct 2016-09-08 13:50:36 -07:00
toolchain.go Add ubsan_standalone library name to the toolchain. 2016-08-15 17:05:04 -07:00
x86_64_device.go Dynamically generate arch struct 2016-09-08 13:50:36 -07:00
x86_darwin_host.go Allow -lobjc and -framework IOKit in darwin host_ldlibs. 2016-09-29 14:47:47 -07:00
x86_device.go Dynamically generate arch struct 2016-09-08 13:50:36 -07:00
x86_linux_host.go Move toolchain and global variables into separate package 2016-08-01 13:37:01 -07:00
x86_windows_host.go Add pthread to Windows allowed ldlibs 2016-09-20 14:49:33 -07:00