Reviewers: danno, mtbrandyberry, Sven Panne,

Message:
Another fix to get AIX compiling again after recent updates

Description:
Switch to larger TOC on AIX for unitttests

Switch to larger TOC on AIX for unitttests as the size has grown
such that it no longer compiles with the default TOC size

        modified:   unittests.gyp

[email protected], [email protected], [email protected]

BUG=

Please review this at https://codereview.chromium.org/1115763003/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+3, -0 lines):
  M test/unittests/unittests.gyp


Index: test/unittests/unittests.gyp
diff --git a/test/unittests/unittests.gyp b/test/unittests/unittests.gyp
index 25644f2997045a59f55ebb7594c79bf49c247cb3..7b1c3b00c8491f99df23c593cc2eef10e3380954 100644
--- a/test/unittests/unittests.gyp
+++ b/test/unittests/unittests.gyp
@@ -126,6 +126,9 @@
             'compiler/ppc/instruction-selector-ppc-unittest.cc',
           ],
         }],
+        ['OS=="aix"', {
+          'ldflags': [ '-Wl,-bbigtoc' ],
+        }],
         ['component=="shared_library"', {
# compiler-unittests can't be built against a shared library, so we
           # need to depend on the underlying static target in that case.


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to