Merge config/picflag.m4 from gcc
authorAlan Modra <amodra@gmail.com>
Wed, 4 Jan 2023 02:52:55 +0000 (13:22 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 4 Jan 2023 02:53:54 +0000 (13:23 +1030)
and regen libiberty/configure

config/picflag.m4
libiberty/configure

index 3bd49af00e57e6385f2210ec88087acf0d93e2eb..3f3ac744c96c6a875539d69b5191377c333367e7 100644 (file)
@@ -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.
        ;;
index 451af4978e7bdfbde4e05cd4be66a42240f376ac..1ccfac9fb11f334926f253d284b03a8335d94b2e 100755 (executable)
@@ -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.
        ;;