Browse Source

Merge config/picflag.m4 from gcc

and regen libiberty/configure
users/ahajkova/try-frob
Alan Modra 3 years ago
parent
commit
6f3674d7e5
  1. 3
      config/picflag.m4
  2. 3
      libiberty/configure

3
config/picflag.m4

@ -44,6 +44,9 @@ case "${$2}" in
# sets the default TLS model and affects inlining.
$1=-fPIC
;;
loongarch*-*-*)
$1=-fpic
;;
mips-sgi-irix6*)
# PIC is the default.
;;

3
libiberty/configure

@ -5349,6 +5349,9 @@ case "${host}" in
# sets the default TLS model and affects inlining.
PICFLAG=-fPIC
;;
loongarch*-*-*)
PICFLAG=-fpic
;;
mips-sgi-irix6*)
# PIC is the default.
;;

Loading…
Cancel
Save