Skip to content

Commit

Permalink
* configure: Regenerate.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131792 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
dje committed Jan 24, 2008
1 parent 1168f9e commit ff3fb91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions libffi/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2008-01-24 David Edelsohn <[email protected]>

* configure: Regenerate.

2008-01-06 Andreas Tobler <[email protected]>

* src/x86/ffi.c (ffi_prep_cif_machdep): Fix thinko.
Expand Down
12 changes: 6 additions & 6 deletions libffi/configure
Original file line number Diff line number Diff line change
Expand Up @@ -4080,7 +4080,7 @@ lt_cv_deplibs_check_method='unknown'
# whether `pass_all' will *always* work, you probably want this one.
case $host_os in
aix4* | aix5*)
aix[4-9]*)
lt_cv_deplibs_check_method=pass_all
;;
Expand Down Expand Up @@ -6599,7 +6599,7 @@ echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared librar
# See if GNU ld supports shared libraries.
case $host_os in
aix3* | aix4* | aix5*)
aix[3-9]*)
# On AIX/PPC, the GNU linker is very broken
if test "$host_cpu" != ia64; then
ld_shlibs=no
Expand Down Expand Up @@ -6833,7 +6833,7 @@ _LT_EOF
fi
;;
aix4* | aix5*)
aix[4-9]*)
if test "$host_cpu" = ia64; then
# On IA64, the linker does run time linking by default, so we don't
# have to do anything special.
Expand All @@ -6853,7 +6853,7 @@ _LT_EOF
# Test if we are trying to use run time linking or normal
# AIX style linking. If -brtl is somewhere in LDFLAGS, we
# need to do runtime linking.
case $host_os in aix4.[23]|aix4.[23].*|aix5*)
case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
for ld_flag in $LDFLAGS; do
if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
aix_use_runtimelinking=yes
Expand Down Expand Up @@ -7913,7 +7913,7 @@ aix3*)
soname_spec='${libname}${release}${shared_ext}$major'
;;
aix4* | aix5*)
aix[4-9]*)
version_type=linux
need_lib_prefix=no
need_version=no
Expand Down Expand Up @@ -9531,7 +9531,7 @@ echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
fi
;;
aix4* | aix5*)
aix[4-9]*)
if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
test "$enable_shared" = yes && enable_static=no
fi
Expand Down

0 comments on commit ff3fb91

Please sign in to comment.