PR target/38607
Merge upstream change. * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX. * configure.ac: Add target-libquadmath to noconfigdirs for AIX. Add libgomp*.o to compare_exclusions for AIX. * configure: Regenerate.
This commit is contained in:
parent
4205650181
commit
1488e23083
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
|||||||
|
2012-09-14 David Edelsohn <dje.gcc@gmail.com>
|
||||||
|
|
||||||
|
PR target/38607
|
||||||
|
Merge upstream change.
|
||||||
|
* libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
|
||||||
|
|
||||||
|
* configure.ac: Add target-libquadmath to noconfigdirs for AIX.
|
||||||
|
Add libgomp*.o to compare_exclusions for AIX.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
|
2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
|
||||||
|
|
||||||
* gdb/remote.c (remote_insert_hw_breakpoint): Throw exception if
|
* gdb/remote.c (remote_insert_hw_breakpoint): Throw exception if
|
||||||
|
10
configure
vendored
10
configure
vendored
@ -3136,6 +3136,15 @@ $as_echo "yes" >&6; }
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Disable libquadmath for some systems.
|
||||||
|
case "${target}" in
|
||||||
|
# libquadmath is unused on AIX and libquadmath build process use of
|
||||||
|
# LD_LIBRARY_PATH can break AIX bootstrap.
|
||||||
|
powerpc-*-aix* | rs6000-*-aix*)
|
||||||
|
noconfigdirs="$noconfigdirs target-libquadmath"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# Disable libssp for some systems.
|
# Disable libssp for some systems.
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
avr-*-*)
|
avr-*-*)
|
||||||
@ -14227,6 +14236,7 @@ compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
|
|||||||
case "$target" in
|
case "$target" in
|
||||||
hppa*64*-*-hpux*) ;;
|
hppa*64*-*-hpux*) ;;
|
||||||
hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
|
hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
|
||||||
|
powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
10
configure.ac
10
configure.ac
@ -527,6 +527,15 @@ if test -d ${srcdir}/libitm; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Disable libquadmath for some systems.
|
||||||
|
case "${target}" in
|
||||||
|
# libquadmath is unused on AIX and libquadmath build process use of
|
||||||
|
# LD_LIBRARY_PATH can break AIX bootstrap.
|
||||||
|
powerpc-*-aix* | rs6000-*-aix*)
|
||||||
|
noconfigdirs="$noconfigdirs target-libquadmath"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# Disable libssp for some systems.
|
# Disable libssp for some systems.
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
avr-*-*)
|
avr-*-*)
|
||||||
@ -3146,6 +3155,7 @@ compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
|
|||||||
case "$target" in
|
case "$target" in
|
||||||
hppa*64*-*-hpux*) ;;
|
hppa*64*-*-hpux*) ;;
|
||||||
hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
|
hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
|
||||||
|
powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
|
||||||
esac
|
esac
|
||||||
AC_SUBST(compare_exclusions)
|
AC_SUBST(compare_exclusions)
|
||||||
|
|
||||||
|
2
libtool.m4
vendored
2
libtool.m4
vendored
@ -3580,6 +3580,7 @@ m4_if([$1], [CXX], [
|
|||||||
# AIX 5 now supports IA64 processor
|
# AIX 5 now supports IA64 processor
|
||||||
_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
||||||
fi
|
fi
|
||||||
|
_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
amigaos*)
|
amigaos*)
|
||||||
@ -3891,6 +3892,7 @@ m4_if([$1], [CXX], [
|
|||||||
# AIX 5 now supports IA64 processor
|
# AIX 5 now supports IA64 processor
|
||||||
_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
||||||
fi
|
fi
|
||||||
|
_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
amigaos*)
|
amigaos*)
|
||||||
|
Loading…
Reference in New Issue
Block a user