diff options
author | Karel Gardas <karel.gardas@centrum.cz> | 2014-02-09 21:58:05 +0100 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-03-22 19:39:43 -0500 |
commit | ac24bf45258af701cdd67423d6107357f27bbedf (patch) | |
tree | c9c67edfe61937146787da3f0863492fc638e64f /mk/config.mk.in | |
parent | d523f9b3d4ce3463e8816cad2139ea397e00f8d1 (diff) | |
download | haskell-ac24bf45258af701cdd67423d6107357f27bbedf.tar.gz |
add --with-ar and --with-ranlib configure parameters
Both --with-ar and --with-ranlib are usable on non-GNU/Linux systems
where GNU tools are usually installed (or possible to install), but
not into standard location nor with standard name. Tested on Solaris 10.
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r-- | mk/config.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index fef1fb8231..7cc7aecf2c 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -661,6 +661,7 @@ DTRACE = @DtraceCmd@ LD = @LdCmd@ NM = @NmCmd@ +AR = @ArCmd@ OBJDUMP = @ObjdumpCmd@ LLC = @LlcCmd@ |