First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 50758
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Andres Loeh (RETIRED) <kosmikus@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Duncan Coutts (RETIRED) <dcoutts@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 50758 depends on: Show dependency tree
Bug 50758 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-05-11 07:57 0000
Wolfgang Thaller (a ghc developer) says:

Version 6.2:
No threaded RTS by default, unless you rebuild ghc with --enable-threaded-rts, in which case you'll always get the threaded RTS.

Version 6.2.1:
Single-threaded RTS by default, unless you specify -threaded when linking. No rebuilding of ghc necessary.


so, I believe that the ghc 6.2.1 ebuild should no longer specify --enable-threaded-rts, because the threaded rts is always built now but only used if the user specifies -threaded when they link.

The configure option --enable-threaded-rts is still avaliable, but is depreciated (check configure.ac for details), so may be removed in the future. I don't know what it does at the moment, if it enables the old behaviour or is simply ignored.

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Andres Loeh (RETIRED) 2004-05-13 08:06:12 0000 -------
Yes, thanks. I was aware of that, but did not change it because it did no harm 
(I think the flag is ignored). But you're of course right, it is deprecated 
now and so it's better to remove it. The fix is in CVS.

ks

First Last Prev Next    No search results available      Search page      Enter new bug