]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++tools: Don't check --enable-default-pie.
authorKito Cheng <kito.cheng@sifive.com>
Tue, 27 May 2025 02:10:15 +0000 (10:10 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Mon, 2 Jun 2025 06:47:29 +0000 (14:47 +0800)
commit3f1f99ef82a65d66e3aaa429bf4fb746b93da0db
treee1fc4caebc084564db5956df1f4a960c52d6bc96
parent54e9cb8ec2633764b59746101883f9c3397125e5
c++tools: Don't check --enable-default-pie.

`--enable-default-pie` is an option to specify whether to enable
position-independent executables by default for `target`.

However c++tools is build for `host`, so it should just follow
`--enable-host-pie` option to determine whether to build with
position-independent executables or not.

NOTE:

I checked PR 98324 and build with same configure option
(`--enable-default-pie` and lto bootstrap) on x86-64 linux to make sure
it won't cause same problem.

c++tools/ChangeLog:

* configure.ac: Don't check `--enable-default-pie`.
* configure: Regen.
c++tools/configure
c++tools/configure.ac