Change the ranlib detection
On Windows, the ranlib in the path may not be the right ranlib (it may be the 32bit ranlib when we are making a Win64 compiler, or vice-versa). Therefore we can't leave it up to libffi to detect the right ranlib, but need to tell it which ranlib to use. This means that we need to find ranlib even if we don't actually need it ourselves.
Showing
- aclocal.m4 36 additions, 24 deletionsaclocal.m4
- configure.ac 1 addition, 0 deletionsconfigure.ac
- ghc.mk 1 addition, 1 deletionghc.mk
- libffi/ghc.mk 1 addition, 0 deletionslibffi/ghc.mk
- mk/config.mk.in 2 additions, 1 deletionmk/config.mk.in
- rules/build-package-data.mk 1 addition, 1 deletionrules/build-package-data.mk
Please register or sign in to comment