diff options
Diffstat (limited to 'libiberty')
-rwxr-xr-x | libiberty/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/configure b/libiberty/configure index 451af49..1ccfac9 100755 --- a/libiberty/configure +++ b/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. ;; |