Commit 103362db authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

ghc: enable unregisterised builds on armhf. This is mainly done for Ubuntu,...

ghc: enable unregisterised builds on armhf. This is mainly done for Ubuntu, were we gain from building ghc itself in 2.5 days and more, to 2.5 hours.
This can be done also in Ubuntu only, but I'm pretty confident this performance gain can be beneficial in Debian too
parent 4db6e681
...@@ -39,7 +39,7 @@ export GHC=$(firstword $(shell bash -c "type -p ghc")) ...@@ -39,7 +39,7 @@ export GHC=$(firstword $(shell bash -c "type -p ghc"))
DEB_HOOGLE_TXT_DIR = /usr/lib/ghc-doc/hoogle/ DEB_HOOGLE_TXT_DIR = /usr/lib/ghc-doc/hoogle/
ifneq (,$(filter i386 powerpcspe x32 s390x, $(DEB_HOST_ARCH))) ifneq (,$(filter armhf i386 powerpcspe x32 s390x, $(DEB_HOST_ARCH)))
# From GHC 8.10 and later, native code generator support for legacy x87 # From GHC 8.10 and later, native code generator support for legacy x87
# floating point coprocessor has been removed. GHC now only support floating # floating point coprocessor has been removed. GHC now only support floating
# point via SSE2. This causes a baseline violation on Debian for i386 where # point via SSE2. This causes a baseline violation on Debian for i386 where
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment