[GHC] #15101: $tooldir not expanded for NoFib
GHC
ghc-devs at haskell.org
Mon Apr 30 08:03:32 UTC 2018
#15101: $tooldir not expanded for NoFib
-------------------------------------+-------------------------------------
Reporter: AndreasK | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.6.1
Component: NoFib | Version:
benchmark suite |
Keywords: | Operating System: Windows
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
The nofib suite looks for gcc under $tooldir which doesn't seem to be
expanded/set.
{{{
> ~/ghc_head/nofib/shootout/fasta
$ make boot
$tooldir/mingw/bin/gcc.exe -std=gnu99 -O3 -fomit-frame-pointer fasta-c.c
-o fasta-c
/bin/sh: /mingw/bin/gcc.exe: No such file or directory
make: *** [Makefile:22: fasta-c] Error 127
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15101>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list