config.gcc: Use the secure-plt on FreeBSD 13 and upwards for 32-bit PowerPC.
authorAndreas Tobler <andreast@gcc.gnu.org>
Mon, 30 Sep 2019 07:54:52 +0000 (09:54 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Mon, 30 Sep 2019 07:54:52 +0000 (09:54 +0200)
commit15bbad92434a184a0baac0c93c7111e6e7fcd9c2
tree993759c721c79e6afaba2999f4619df18d093f4a
parent6a556ba414832a4ec9b1ea66d2a40940ba74706e
config.gcc: Use the secure-plt on FreeBSD 13 and upwards for 32-bit PowerPC.

2019-09-30  Andreas Tobler  <andreast@gcc.gnu.org>

* config.gcc: Use the secure-plt on FreeBSD 13 and upwards for
32-bit PowerPC.
Define TARGET_FREEBSD32_SECURE_PLT for 64-bit PowerPC.
* config/rs6000/t-freebsd64: Make use of the above define and build
the 32-bit libraries with secure-plt.

From-SVN: r276295
gcc/ChangeLog
gcc/config.gcc
gcc/config/rs6000/t-freebsd64