Opened 12 years ago
Closed 11 years ago
#37349 closed defect (fixed)
erlang: +nohipe does not work
Reported by: | kuenishi+macports@… | Owned by: | bfulgham@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch | Cc: | ryandesign (Ryan Carsten Schmidt), ci42 |
Port: | erlang |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
hipe is enabled by default, so we need --disable-hipe:
configure.args-append --disable-hipe
Attachments (1)
Change History (4)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Description: | modified (diff) |
Keywords: | haspatch added |
Owner: | changed from macports-tickets@… to bfulgham@… |
Summary: | +nohipe does not work → erlang: +nohipe does not work |
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | erlang-hipe.diff added |
---|
Note: See
TracTickets for help on using
tickets.
The nohipe variant should be changed to a hipe variant; we don't like variants whose names begin with "no" anymore. The nohipe variant should be retained for one year, turned into a stub variant that just disables the new hipe variant. The revision should be increased with this change. Patch attached.