
#10234: Validate fails on armhf -------------------------------------+------------------------------------- Reporter: erikd | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.12.1 Component: Build System | Version: 7.11 Resolution: | Keywords: llvm Operating System: Unknown/Multiple | Architecture: Type of failure: Other | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Comment (by erikd): The `configure` script in `bindistprep/ghc-7.11.20150402` contains: {{{ if test -z "$LlcCmd" then SettingsLlcCommand="llc" else SettingsLlcCommand="$LlcCmd" fi if test -z "$OptCmd" then SettingsOptCommand="opt" else SettingsOptCommand="$OptCmd" fi }}} and niether `LlcCmd` not `OptCmd` variables are set anywhere. Obviously, that is no longer sufficient. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10234#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler