Skip to content

Commit

Permalink
rc7. More AIX fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
atgreen committed Feb 25, 2011
1 parent 2541679 commit 74ee6ea
Show file tree
Hide file tree
Showing 35 changed files with 8,884 additions and 9,482 deletions.
26 changes: 13 additions & 13 deletions .pc/ungccify/configure → .pc/aix-ibm-xlc/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc6.
# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc7.
#
# Report bugs to <http://sourceware.org/libffi.html>.
#
Expand Down Expand Up @@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libffi'
PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.10rc6'
PACKAGE_STRING='libffi 3.0.10rc6'
PACKAGE_VERSION='3.0.10rc7'
PACKAGE_STRING='libffi 3.0.10rc7'
PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
PACKAGE_URL=''

Expand Down Expand Up @@ -1367,7 +1367,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures libffi 3.0.10rc6 to adapt to many kinds of systems.
\`configure' configures libffi 3.0.10rc7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1438,7 +1438,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of libffi 3.0.10rc6:";;
short | recursive ) echo "Configuration of libffi 3.0.10rc7:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1547,7 +1547,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
libffi configure 3.0.10rc6
libffi configure 3.0.10rc7
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2148,7 +2148,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libffi $as_me 3.0.10rc6, which was
It was created by libffi $as_me 3.0.10rc7, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -3081,7 +3081,7 @@ fi

# Define the identity of the package.
PACKAGE='libffi'
VERSION='3.0.10rc6'
VERSION='3.0.10rc7'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -12077,7 +12077,7 @@ case "$host" in
i?86-*-freebsd* | i?86-*-openbsd*)
TARGET=X86_FREEBSD; TARGETDIR=x86
;;
i?86-win32* | i?86-*-cygwin* | i?86-*-mingw* | i?86-*-os2* | i?86-*-interix*)
i?86-win32* | i?86-*-cygwin* | i?86-*-mingw* | i?86-*-os2*)
TARGET=X86_WIN32; TARGETDIR=x86
# All mingw/cygwin/win32 builds require -no-undefined for sharedlib.
# We must also check with_cross_host to decide if this is a native
Expand Down Expand Up @@ -12126,7 +12126,7 @@ case "$host" in
powerpc-*-beos*)
TARGET=POWERPC; TARGETDIR=powerpc
;;
powerpc-*-darwin* | powerpc64-*-darwin*)
powerpc-*-darwin*)
TARGET=POWERPC_DARWIN; TARGETDIR=powerpc
;;
powerpc-*-aix* | rs6000-*-aix*)
Expand All @@ -12135,7 +12135,7 @@ case "$host" in
powerpc-*-freebsd*)
TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
;;
powerpc64-*-freebsd*)
powerpc64-*-freebsd*)
TARGET=POWERPC; TARGETDIR=powerpc
;;
powerpc*-*-rtems*)
Expand Down Expand Up @@ -14127,7 +14127,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by libffi $as_me 3.0.10rc6, which was
This file was extended by libffi $as_me 3.0.10rc7, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -14197,7 +14197,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
libffi config.status 3.0.10rc6
libffi config.status 3.0.10rc7
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
Expand Down

0 comments on commit 74ee6ea

Please sign in to comment.