OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 1479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1490 'link_settings': { | 1490 'link_settings': { |
1491 'libraries': [ | 1491 'libraries': [ |
1492 '-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lexecinfo', | 1492 '-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lexecinfo', |
1493 ]}, | 1493 ]}, |
1494 'sources': [ | 1494 'sources': [ |
1495 '../../src/base/platform/platform-openbsd.cc', | 1495 '../../src/base/platform/platform-openbsd.cc', |
1496 '../../src/base/platform/platform-posix.cc' | 1496 '../../src/base/platform/platform-posix.cc' |
1497 ], | 1497 ], |
1498 } | 1498 } |
1499 ], | 1499 ], |
| 1500 ['OS=="aix"', { |
| 1501 'sources': [ |
| 1502 '../../src/base/platform/platform-aix.cc', |
| 1503 '../../src/base/platform/platform-posix.cc' |
| 1504 ]}, |
| 1505 ], |
1500 ['OS=="solaris"', { | 1506 ['OS=="solaris"', { |
1501 'link_settings': { | 1507 'link_settings': { |
1502 'libraries': [ | 1508 'libraries': [ |
1503 '-lnsl -lrt', | 1509 '-lnsl -lrt', |
1504 ]}, | 1510 ]}, |
1505 'sources': [ | 1511 'sources': [ |
1506 '../../src/base/platform/platform-solaris.cc', | 1512 '../../src/base/platform/platform-solaris.cc', |
1507 '../../src/base/platform/platform-posix.cc' | 1513 '../../src/base/platform/platform-posix.cc' |
1508 ], | 1514 ], |
1509 } | 1515 } |
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1810 }], | 1816 }], |
1811 ['want_separate_host_toolset==1', { | 1817 ['want_separate_host_toolset==1', { |
1812 'toolsets': ['host'], | 1818 'toolsets': ['host'], |
1813 }, { | 1819 }, { |
1814 'toolsets': ['target'], | 1820 'toolsets': ['target'], |
1815 }], | 1821 }], |
1816 ], | 1822 ], |
1817 }, | 1823 }, |
1818 ], | 1824 ], |
1819 } | 1825 } |
OLD | NEW |