mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-02 10:47:11 +08: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