configure.ac (gcc_cv_ld_static_dynamic): Define for AIX native ld.
2013-01-25 Michael Haubenwallner <michael.haubenwallner@salomon.at> * configure.ac (gcc_cv_ld_static_dynamic): Define for AIX native ld. * configure: Regenerate. From-SVN: r195486
This commit is contained in:
parent
d535053d38
commit
478f60f94c
@ -1,3 +1,8 @@
|
||||
2013-01-25 Michael Haubenwallner <michael.haubenwallner@salomon.at>
|
||||
|
||||
* configure.ac (gcc_cv_ld_static_dynamic): Define for AIX native ld.
|
||||
* configure: Regenerate.
|
||||
|
||||
2013-01-25 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/56098
|
||||
|
6
gcc/configure
vendored
6
gcc/configure
vendored
@ -23650,6 +23650,12 @@ elif test x$gcc_cv_ld != x; then
|
||||
gcc_cv_ld_static_dynamic=yes
|
||||
else
|
||||
case "$target" in
|
||||
# AIX ld uses -b flags
|
||||
*-*-aix4.[23]* | *-*-aix[5-9]*)
|
||||
gcc_cv_ld_static_dynamic=yes
|
||||
gcc_cv_ld_static_option="-bstatic"
|
||||
gcc_cv_ld_dynamic_option="-bdynamic"
|
||||
;;
|
||||
# HP-UX ld uses -a flags to select between shared and archive.
|
||||
*-*-hpux*)
|
||||
if test x"$gnu_ld" = xno; then
|
||||
|
@ -3317,6 +3317,12 @@ elif test x$gcc_cv_ld != x; then
|
||||
gcc_cv_ld_static_dynamic=yes
|
||||
else
|
||||
case "$target" in
|
||||
# AIX ld uses -b flags
|
||||
*-*-aix4.[[23]]* | *-*-aix[[5-9]]*)
|
||||
gcc_cv_ld_static_dynamic=yes
|
||||
gcc_cv_ld_static_option="-bstatic"
|
||||
gcc_cv_ld_dynamic_option="-bdynamic"
|
||||
;;
|
||||
# HP-UX ld uses -a flags to select between shared and archive.
|
||||
*-*-hpux*)
|
||||
if test x"$gnu_ld" = xno; then
|
||||
|
Loading…
Reference in New Issue
Block a user