Opened 12 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)

emxomf.patch (1.5 KB) - added by Yuri Dario 12 years ago.
Verbose option

Download all attachments as: .zip

Change History (11)

Changed 12 years ago by Yuri Dario

Attachment: emxomf.patch added

Verbose option

comment:1 Changed 12 years ago by bird

Status: newaccepted
Summary: emxomf verbose optionemxomf: 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 Changed 12 years ago by bird

Status: acceptedassigned

comment:3 Changed 12 years ago by bird

Milestone: libc-0.6.5libc-0.6.6

comment:4 Changed 12 years ago by bird

Milestone: libc-0.6.6libc-0.6.5

comment:5 Changed 10 years ago by Silvan Scherrer

Priority: normalFeedback 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:6 Changed 10 years ago by Yuri Dario

We are shipping a custom build with rpm.

comment:7 Changed 10 years ago by Silvan Scherrer

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 Changed 10 years ago by Yuri Dario

Milestone: libc-0.6.6

comment:9 Changed 10 years ago by bird

Milestone: libc-0.6.6
Priority: Feedback Pendingnormal
Status: assignedaccepted

comment:10 Changed 10 years ago by dmik

Resolution: duplicate
Status: acceptedclosed

I've merged the patch from this ticket with the one from #295 and hence closing it.

Note: See TracTickets for help on using tickets.