#22980: fix triplet configure test for powerpc-linux-gnu
This commit is contained in:
parent
4171bbe687
commit
9abe04975a
|
@ -5071,6 +5071,7 @@ $as_echo_n "checking for the platform triplet based on compiler characteristics.
|
||||||
cat >> conftest.c <<EOF
|
cat >> conftest.c <<EOF
|
||||||
#undef linux
|
#undef linux
|
||||||
#undef i386
|
#undef i386
|
||||||
|
#undef powerpc
|
||||||
#undef unix
|
#undef unix
|
||||||
#if defined(__linux__)
|
#if defined(__linux__)
|
||||||
# if defined(__x86_64__) && defined(__LP64__)
|
# if defined(__x86_64__) && defined(__LP64__)
|
||||||
|
|
|
@ -730,6 +730,7 @@ AC_MSG_CHECKING([for the platform triplet based on compiler characteristics])
|
||||||
cat >> conftest.c <<EOF
|
cat >> conftest.c <<EOF
|
||||||
#undef linux
|
#undef linux
|
||||||
#undef i386
|
#undef i386
|
||||||
|
#undef powerpc
|
||||||
#undef unix
|
#undef unix
|
||||||
#if defined(__linux__)
|
#if defined(__linux__)
|
||||||
# if defined(__x86_64__) && defined(__LP64__)
|
# if defined(__x86_64__) && defined(__LP64__)
|
||||||
|
|
Loading…
Reference in New Issue