#22980: fix triplet configure test for powerpc-linux-gnu

This commit is contained in:
doko@ubuntu.com 2015-04-15 23:31:02 +02:00
parent 4171bbe687
commit 9abe04975a
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@ -5071,6 +5071,7 @@ $as_echo_n "checking for the platform triplet based on compiler characteristics.
cat >> conftest.c <<EOF
#undef linux
#undef i386
#undef powerpc
#undef unix
#if defined(__linux__)
# if defined(__x86_64__) && defined(__LP64__)

View File

@ -730,6 +730,7 @@ AC_MSG_CHECKING([for the platform triplet based on compiler characteristics])
cat >> conftest.c <<EOF
#undef linux
#undef i386
#undef powerpc
#undef unix
#if defined(__linux__)
# if defined(__x86_64__) && defined(__LP64__)