---
 tests/ghc-regress/rts/all.T |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/ghc-regress/rts/all.T b/tests/ghc-regress/rts/all.T
index 3adc725..a008e3b 100644
--- a/tests/ghc-regress/rts/all.T
+++ b/tests/ghc-regress/rts/all.T
@@ -77,6 +77,8 @@ test('T2615',
      [ if_platform('i386-unknown-mingw32',skip),
        # OS X doesn't seem to support linker scripts
        if_os('darwin', skip),
+       # Solaris' linker does not support GNUish linker scripts
+       if_os('solaris2', skip),
        cmd_prefix('$MAKE T2615-prep && ' +
                   # Add current directory to dlopen search path
                   'LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. '),
-- 
1.7.4.3


_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to