comparison gcc/config/rs6000/t-freebsd64 @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 #rs6000/t-freebsd64 1 #rs6000/t-freebsd64
2 2
3 # Copyright (C) 2012-2018 Free Software Foundation, Inc. 3 # Copyright (C) 2012-2020 Free Software Foundation, Inc.
4 # 4 #
5 # This file is part of GCC. 5 # This file is part of GCC.
6 # 6 #
7 # GCC is free software; you can redistribute it and/or modify 7 # GCC is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by 8 # it under the terms of the GNU General Public License as published by
25 MULTILIB_DIRNAMES = 32 25 MULTILIB_DIRNAMES = 32
26 MULTILIB_EXTRA_OPTS = fPIC mstrict-align 26 MULTILIB_EXTRA_OPTS = fPIC mstrict-align
27 MULTILIB_EXCEPTIONS = 27 MULTILIB_EXCEPTIONS =
28 MULTILIB_OSDIRNAMES = ../lib32 28 MULTILIB_OSDIRNAMES = ../lib32
29 29
30 SECURE_PLT = $(if $(filter TARGET_FREEBSD32_SECURE_PLT=1, $(tm_defines)),msecure-plt)
31
32 MULTILIB_EXTRA_OPTS += $(SECURE_PLT)