c++tools: Fix PIE [PR 98324]
authorNathan Sidwell <nathan@acm.org>
Wed, 23 Dec 2020 12:50:00 +0000 (04:50 -0800)
committerNathan Sidwell <nathan@acm.org>
Wed, 23 Dec 2020 12:50:00 +0000 (04:50 -0800)
commit544f477536010f055c26bc959b18fccf67902750
tree3fd179013a8e62c479043edb1252d04787b2bd3f
parent077fefbfaec6838568a15e74e9e2adecce693aef
c++tools:  Fix PIE  [PR 98324]

This adds --enable-default-pie support to c++tools, so that the sample
server is build -fPIE if requested.

PR bootstrap/98324
c++tools/
* Makefile.in: Add FLAGPIE.
* configure.ac: Add --enable-default-pie support.
* configure: Rebuilt.
c++tools/Makefile.in
c++tools/configure
c++tools/configure.ac