[Bug 216587] cc should accept -pie argument

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 30 14:45:10 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216587

Dimitry Andric <dim at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
                 CC|                            |dim at FreeBSD.org

--- Comment #1 from Dimitry Andric <dim at FreeBSD.org> ---
Can you show a full command line that causes this warning?  Preferably with -v
so it shows how the backend(s) get invoked.

Usually, this is because people pass compilation-only flags to link phases, or
vice versa.  In some cases flags are superfluous, and then the frontend warns
you about that.

If you want to get rid of the warning, either remove the unused argument, or
add -Qunused-arguments.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-toolchain mailing list