aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure
diff options
context:
space:
mode:
authorkkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-04 23:46:56 +0000
committerkkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-04 23:46:56 +0000
commit71e56e410cd7ca5726131ae53bcce630b7780eae (patch)
tree2760aa5a318eed062f7986ebb0f1af8a0ca77634 /libiberty/configure
parent836128a63ea05780d10789eb128bdeed535728a3 (diff)
PR target/42316
* configure.ac (PICFLAG): Use -fPIC on SH hosts. * configure: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@155634 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-xlibiberty/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/configure b/libiberty/configure
index 6a3f6028d20..77aeb56c707 100755
--- a/libiberty/configure
+++ b/libiberty/configure
@@ -4860,6 +4860,7 @@ if [ "${shared}" = "yes" ]; then
* ) PICFLAG=-fPIC ;;
esac ;;
s390*-*-*) PICFLAG=-fpic ;;
+ sh*-*-*) PICFLAG=-fPIC ;;
esac
fi