From 8e400d244272c9d41d9d918858acae4497c5f723 Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Wed, 6 Aug 2014 21:52:20 +0200 Subject: Revert "fix linker_unload test on Solaris/i386 platform" This reverts commit 65e5dbcd3971cb3ef5b9073096e5d063034b90c1. --- testsuite/tests/rts/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'testsuite/tests/rts/Makefile') diff --git a/testsuite/tests/rts/Makefile b/testsuite/tests/rts/Makefile index 8833d45743..180fe9b5ee 100644 --- a/testsuite/tests/rts/Makefile +++ b/testsuite/tests/rts/Makefile @@ -108,9 +108,7 @@ BASE_DIR = $(shell $(LOCAL_GHC_PKG) field base library-dirs | sed 's/^.*: *//') BASE_LIB = $(shell $(LOCAL_GHC_PKG) field base hs-libraries | sed 's/^.*: *//') GHC_PRIM_DIR = $(shell $(LOCAL_GHC_PKG) field ghc-prim library-dirs | sed 's/^.*: *//') GHC_PRIM_LIB = $(shell $(LOCAL_GHC_PKG) field ghc-prim hs-libraries | sed 's/^.*: *//') -# need to cut here in order to get rid of system gmp library directory installation when -# ghc is configured with --with-gmp-libraries= parameter -INTEGER_GMP_DIR = $(shell $(LOCAL_GHC_PKG) field integer-gmp library-dirs | sed 's/^.*: *//' | cut -d ' ' -f -1) +INTEGER_GMP_DIR = $(shell $(LOCAL_GHC_PKG) field integer-gmp library-dirs | sed 's/^.*: *//') INTEGER_GMP_LIB = $(shell $(LOCAL_GHC_PKG) field integer-gmp hs-libraries | sed 's/^.*: *//') BASE = $(BASE_DIR)/lib$(BASE_LIB).a -- cgit v1.2.1