[GHC] #12929: GHC 8.0.1 Armv7 Missing -N option

#12929: GHC 8.0.1 Armv7 Missing -N option -------------------------------------+------------------------------------- Reporter: brent80 | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.0.1 Keywords: arm armv7 | Operating System: Linux Architecture: arm | Type of failure: Incorrect Test Case: Run program | error/warning at compile-time with +RTS -N2 | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- System: Raspberry Pi 2 running Raspbian Jessie; LLVM 3.7 installed. GHC: GHC 8.0.1 ARMv7 binary downloaded from GHC webpage (ghc-8.0.1-armv7-deb8-linux.tar.xz). gcc version 4.9.2 (Raspbian 4.9.2-10) Compiled program with -threaded Can't run binary with +RTS -N2 ./single-well-micrologix +RTS -N2 single-well-micrologix: unknown RTS option: -N2 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12929 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#12929: GHC 8.0.1 Armv7 Missing -N option -------------------------------------+------------------------------------- Reporter: brent80 | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.0.1 Resolution: | Keywords: arm armv7 Operating System: Linux | Architecture: arm Type of failure: Incorrect | Test Case: Run program error/warning at compile-time | with +RTS -N2 Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Description changed by brent80: @@ -8,1 +8,1 @@ - Compiled program with -threaded + Compiled program with -threaded -rtsopts New description: System: Raspberry Pi 2 running Raspbian Jessie; LLVM 3.7 installed. GHC: GHC 8.0.1 ARMv7 binary downloaded from GHC webpage (ghc-8.0.1-armv7-deb8-linux.tar.xz). gcc version 4.9.2 (Raspbian 4.9.2-10) Compiled program with -threaded -rtsopts Can't run binary with +RTS -N2 ./single-well-micrologix +RTS -N2 single-well-micrologix: unknown RTS option: -N2 -- -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12929#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC