net-www/inox*: bump to 54.0.2840.100

This commit is contained in:
2016-12-04 16:21:30 +01:00
parent d79dd8aba3
commit 3e60327bba
8 changed files with 351 additions and 190 deletions

View File

@@ -0,0 +1,20 @@
import("//build/toolchain/gcc_toolchain.gni")
gcc_toolchain("default") {
cc = getenv("CC")
cxx = getenv("CXX")
ar = getenv("AR")
nm = getenv("NM")
ld = cxx
extra_cflags = getenv("CFLAGS")
extra_cppflags = getenv("CPPFLAGS")
extra_cxxflags = getenv("CXXFLAGS")
extra_ldflags = getenv("LDFLAGS")
toolchain_args = {
current_cpu = current_cpu
current_os = current_os
}
}