diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-23 17:21:59 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-23 17:21:59 +0100 |
commit | 02c76a04093613960f8016fba07a8a6e59e7cd3b (patch) | |
tree | 80d69a4576a1da01d22422f3c81a27327c3e574d /libffi | |
parent | ca07d92837fc1e3ae9be67bb7d9e7f1b8035b00f (diff) | |
download | haskell-02c76a04093613960f8016fba07a8a6e59e7cd3b.tar.gz |
Make and use AR_STAGE[0123] makefile vars
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/ghc.mk b/libffi/ghc.mk index 46400ab43e..f7caeda782 100644 --- a/libffi/ghc.mk +++ b/libffi/ghc.mk @@ -116,7 +116,7 @@ $(libffi_STAMP_CONFIGURE): cd build && \ CC=$(CC_STAGE1) \ LD=$(LD) \ - AR=$(AR) \ + AR=$(AR_STAGE1) \ NM=$(NM) \ CFLAGS="$(SRC_CC_OPTS) $(CONF_CC_OPTS_STAGE1) -w" \ LDFLAGS="$(SRC_LD_OPTS) $(CONF_GCC_LINKER_OPTS_STAGE1) -w" \ |