Commit 9abe0497 authored by doko@ubuntu.com's avatar doko@ubuntu.com

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

parent 4171bbe6
......@@ -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__)
......
......@@ -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__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment