https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98324
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nathan Sidwell <nat...@gcc.gnu.org>: https://gcc.gnu.org/g:544f477536010f055c26bc959b18fccf67902750 commit r11-6314-g544f477536010f055c26bc959b18fccf67902750 Author: Nathan Sidwell <nat...@acm.org> Date: Wed Dec 23 04:50:00 2020 -0800 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.