Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2017 14:45:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 216587] cc should accept -pie argument
Message-ID:  <bug-216587-29464-siwdd1nDk2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216587-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216587-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216587

Dimitry Andric <dim@FreeBSD.org> changed:

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

--- Comment #1 from Dimitry Andric <dim@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 war=
ns
you about that.

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216587-29464-siwdd1nDk2>