mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
#22980: fix triplet configure test for powerpc-linux-gnu
This commit is contained in:
1
configure
vendored
1
configure
vendored
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user