| Index: tools/gyp/v8.gyp
|
| diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
|
| index 66a26b5ed530ce4ee72eaba6cda4a00ef5cb5ca4..57e2cbdf83cd93beaf8740cd58e665846e9108bd 100644
|
| --- a/tools/gyp/v8.gyp
|
| +++ b/tools/gyp/v8.gyp
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2011 the V8 project authors. All rights reserved.
|
| +# Copyright 2012 the V8 project authors. All rights reserved.
|
| # Redistribution and use in source and binary forms, with or without
|
| # modification, are permitted provided that the following conditions are
|
| # met:
|
| @@ -684,6 +684,17 @@
|
| ],
|
| }
|
| ],
|
| + ['OS=="netbsd"', {
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lexecinfo',
|
| + ]},
|
| + 'sources': [
|
| + '../../src/platform-openbsd.cc',
|
| + '../../src/platform-posix.cc'
|
| + ],
|
| + }
|
| + ],
|
| ['OS=="solaris"', {
|
| 'sources': [
|
| '../../src/platform-solaris.cc',
|
|
|