Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / libc++abi / libc++abi.gyp
index 64c114b..b32ca09 100644 (file)
@@ -6,12 +6,7 @@
   'targets': [
     {
       'target_name': 'libc++abi',
-      'type': 'shared_library',
-      'variables': {
-        'prune_self_dependency': 1,
-        # Don't add this target to the dependencies of targets with type=none.
-        'link_dependency': 1,
-      },
+      'type': 'static_library',
       'dependencies=': [],
       'sources': [
         'trunk/src/abort_message.cpp',
         '-Wnewline-eof',
         '-nostdinc++',
       ],
-      'direct_dependent_settings': {
-        'target_conditions': [
-          ['_type!="none"', {
-            'include_dirs': [
-              'trunk/include',
-            ],
-            'cflags_cc': [
-              '-nostdinc++',
-            ],
-            'ldflags': [
-              '-L<(PRODUCT_DIR)/lib/',
-            ],
-          }],
-        ],
-      },
       'cflags_cc!': [
         '-fno-rtti',
       ],
@@ -86,6 +66,8 @@
       ],
       'libraries': [
         '-lrt',
+        '-lgcc_s',
+        '-lpthread',
         '-lc',
       ]
     },