]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/42316 ([SH] `builddir-single/libiberty/pic/libiberty.a': No such file...
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Mon, 4 Jan 2010 23:46:56 +0000 (23:46 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Mon, 4 Jan 2010 23:46:56 +0000 (23:46 +0000)
PR target/42316
* configure.ac (PICFLAG): Use -fPIC on SH hosts.
* configure: Regenerate.

From-SVN: r155634

libiberty/ChangeLog
libiberty/configure
libiberty/configure.ac

index f8ba8f7909d5ffdfe074b76f8fcf3845fdbe316c..c3d8f196b27f06d2db8eb3c755429f432803d1f1 100644 (file)
@@ -1,3 +1,9 @@
+2010-01-04  Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+
+       PR target/42316
+       * configure.ac (PICFLAG): Use -fPIC on SH hosts.
+       * configure: Regenerate.
+
 2009-12-07  Doug Evans  <dje@google.com>
 
        * pex-unix.c (pex_unix_exec_child): Save/restore environ.
index 6a3f6028d20359f355985c290c558d1d7fd7ec1d..77aeb56c707f130a0355ce9bcb0ef324c4f16e64 100755 (executable)
@@ -4860,6 +4860,7 @@ if [ "${shared}" = "yes" ]; then
                          * ) PICFLAG=-fPIC ;;
                        esac ;;
     s390*-*-*)         PICFLAG=-fpic ;;
+    sh*-*-*)           PICFLAG=-fPIC ;;
   esac
 fi
 
index 6da7ea0869fd1340bec073f4165d3e259368e920..515bb33844196763847a60406949182ddef6024d 100644 (file)
@@ -217,6 +217,7 @@ if [[ "${shared}" = "yes" ]]; then
                          * ) PICFLAG=-fPIC ;;
                        esac ;;
     s390*-*-*)         PICFLAG=-fpic ;;
+    sh*-*-*)           PICFLAG=-fPIC ;;
   esac
 fi
 AC_SUBST(PICFLAG)