Opened 13 years ago
Closed 10 years ago
#251 closed defect (duplicate)
emxomf: option for suppressing symbol truncation messages
Reported by: | Yuri Dario | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.6 |
Component: | emx | Version: | 0.6 |
Severity: | normal | Keywords: | |
Cc: |
Description
Some warnings are mostly useless when building C++ code, in particular the Truncated symbols one.
The attached patch adds a verbose flag to emxomf: once the -v flag is added, truncated symbols warnings are shown again.
Attachments (1)
Change History (11)
by , 13 years ago
Attachment: | emxomf.patch added |
---|
comment:1 by , 13 years ago
Status: | new → accepted |
---|---|
Summary: | emxomf verbose option → emxomf: option for suppressing symbol truncation messages |
Version: | → 0.6 |
I'll add a quiet option which you can add set via EMXOMFOPT (environment variable) if you have problems with building namespacy code.
comment:2 by , 13 years ago
Status: | accepted → assigned |
---|
comment:3 by , 13 years ago
Milestone: | libc-0.6.5 → libc-0.6.6 |
---|
comment:4 by , 13 years ago
Milestone: | libc-0.6.6 → libc-0.6.5 |
---|
comment:5 by , 11 years ago
Priority: | normal → Feedback Pending |
---|
isn't this already done in the rpm version of gcc? As i don't see any symbol messages when "SET EMXOMFOPT=-q" is set in the env.
comment:7 by , 11 years ago
Thats what i meant. So could you attach the patch here? As i think it differs from the one already attached log ago.
comment:8 by , 11 years ago
Milestone: | libc-0.6.6 |
---|
comment:9 by , 11 years ago
Milestone: | → libc-0.6.6 |
---|---|
Priority: | Feedback Pending → normal |
Status: | assigned → accepted |
comment:10 by , 10 years ago
Resolution: | → duplicate |
---|---|
Status: | accepted → closed |
I've merged the patch from this ticket with the one from #295 and hence closing it.
Verbose option