mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
Merge config/picflag.m4 from gcc
and regen libiberty/configure
This commit is contained in:
@@ -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
vendored
3
libiberty/configure
vendored
@@ -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.
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user