Validate -pie if PIE is enabled by default
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 25 Jun 2015 21:31:04 +0000 (21:31 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 25 Jun 2015 21:31:04 +0000 (14:31 -0700)
commit4115076d89d75a8ad4673df344645a05ad94c3c3
tree27308f4225224d29173aed5360b3a20ef56889b1
parentf08899397420db710610435f8b7fe1ac90867634
Validate -pie if PIE is enabled by default

When PIE is enabled by default, -pie is treated as nop in driver.  We
should simply validate it, instead of issue an error.

* gcc.c (driver_handle_option): Validate -pie if PIE is enabled
by default.

From-SVN: r224987
gcc/ChangeLog
gcc/gcc.c