diff --git a/DEPS b/DEPS index c1f05c0bc75..b8cb0b55e77 100644 --- a/DEPS +++ b/DEPS @@ -74,7 +74,7 @@ vars = { # The list of revisions for these tools comes from Fuchsia, here: # https://fuchsia.googlesource.com/integration/+/HEAD/toolchain # If there are problems with the toolchain, contact fuchsia-toolchain@. - "clang_version": "git_revision:026df9514eada25e72ff69a587a580fd29ff2732", + "clang_version": "git_revision:ca619613801233ef2def8c3cc7d311d5ed0033cb", "gn_version": "git_revision:0bcd37bd2b83f1a9ee17088037ebdfe6eab6d31a", # Update from https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/gn diff --git a/build/config/mac/BUILD.gn b/build/config/mac/BUILD.gn index e0135584e7b..b4bef006ff2 100644 --- a/build/config/mac/BUILD.gn +++ b/build/config/mac/BUILD.gn @@ -6,13 +6,10 @@ import("//build/config/sysroot.gni") import("../clang/clang.gni") config("sdk") { - common_flags = [ "-stdlib=libc++" ] - - cflags = common_flags - ldflags = common_flags + [ - "-nostdlib++", - "${clang_prefix}/../lib/libc++.a", - ] + ldflags = [ + "-nostdlib++", + "${clang_prefix}/../lib/libc++.a", + ] } # On Mac, this is used for everything except static libraries.