diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-25 22:56:20 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-25 22:56:20 +0000 |
commit | c19dac192c0d3f98d5f91cddfbfa2d2c7fc5d4b1 (patch) | |
tree | eaaa3e42d783fc0c458f6fb6ed88a754a7886323 /build/config | |
parent | f4009be83d39141213e67db11c185b6b4ea79890 (diff) | |
download | chromium_src-c19dac192c0d3f98d5f91cddfbfa2d2c7fc5d4b1.zip chromium_src-c19dac192c0d3f98d5f91cddfbfa2d2c7fc5d4b1.tar.gz chromium_src-c19dac192c0d3f98d5f91cddfbfa2d2c7fc5d4b1.tar.bz2 |
Revert 259371 "clang roll 198389:202554 reloaded"
Even though the libc++ dependency is gone, clang still depends on
/usr/lib/libedit.3.dylib suddently, which doesn't exist on 10.6. Backing out
while I investigate...
> clang roll 198389:202554 reloaded
>
> The first try is at https://codereview.chromium.org/195623002/ . Patch set 1
> is identical to that CL, patch set 2 has what changed.
>
> The big change is that clang/mac is built in gnu++98 mode and doesn't link
> to libc++, to buy us time until the next roll for upgrading our bots to 10.7.
> This includes blink plugin changes up to r256229 (inclusive).
>
> BUG=351479, 287029, 341352, 333968, 335325
> R=hans@chromium.org
> TBR=hans@chromium.org
>
> Review URL: https://codereview.chromium.org/211213004
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/211493005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/config')
-rw-r--r-- | build/config/compiler/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn index 89498b0..cdc7f6b 100644 --- a/build/config/compiler/BUILD.gn +++ b/build/config/compiler/BUILD.gn @@ -238,6 +238,7 @@ config("compiler") { if (cpu_arch == "arm") { cflags += [ "-target arm-linux-androideabi", + "-mllvm -arm-enable-ehabi", ] ldflags += [ "-target arm-linux-androideabi" ] } else if (cpu_arch == "x86") { |