From bce540ca8fb23c1a99f4216cc5ecae46c722dafa Mon Sep 17 00:00:00 2001 From: mtklein Date: Mon, 4 Aug 2014 11:10:14 -0700 Subject: Don't call out -lstdc++ -lm explicitly. BUG=skia: R=bungeman@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/440643004 --- gyp/common_conditions.gypi | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'gyp/common_conditions.gypi') diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index 4fa1ba0cbd..448860f94a 100644 --- a/gyp/common_conditions.gypi +++ b/gyp/common_conditions.gypi @@ -436,13 +436,6 @@ '-L<(nacl_sdk_root)/ports/lib/newlib_x86_<(skia_arch_width)/Release', ], }, - }, { # skia_os != "nacl" - 'link_settings': { - 'ldflags': [ - '-lstdc++', - '-lm', - ], - }, }], # Enable asan, tsan, etc. [ 'skia_sanitizer', { @@ -638,8 +631,6 @@ }, }, 'libraries': [ - '-lstdc++', - '-lm', '-llog', ], 'cflags': [ @@ -652,10 +643,6 @@ ], }], [ 'skia_android_framework', { - 'libraries!': [ - '-lstdc++', - '-lm', - ], 'cflags!': [ '-fuse-ld=gold', ], -- cgit v1.2.3