merge from gcc

This commit is contained in:
DJ Delorie
2009-04-08 16:42:57 +00:00
parent a0c402a564
commit 3c72fdec4e
3 changed files with 7 additions and 2 deletions

2
libiberty/configure vendored
View File

@@ -4112,7 +4112,7 @@ if [ "${shared}" = "yes" ]; then
i[34567]86-*-* | x86_64-*-*)
PICFLAG=-fpic ;;
m68k-*-*) PICFLAG=-fpic ;;
mips*-*-linux) PICFLAG=-fPIC ;;
mips*-*-linux*) PICFLAG=-fPIC ;;
powerpc*-*-aix*) ;;
powerpc*-*-*) PICFLAG=-fPIC ;;
sparc*-*-*) case "${CFLAGS}" in