aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/common_conditions.gypi
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-08-04 11:10:14 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-04 11:10:16 -0700
commitbce540ca8fb23c1a99f4216cc5ecae46c722dafa (patch)
treef279b84aaaec88d25e34bc92086bd6e825c261cd /gyp/common_conditions.gypi
parent0673676854da8051eb97515b601eb425b079e103 (diff)
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
Diffstat (limited to 'gyp/common_conditions.gypi')
-rw-r--r--gyp/common_conditions.gypi13
1 files changed, 0 insertions, 13 deletions
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',
],