You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
566 B
15 lines
566 B
diff -up Python-3.5.0/configure.ac.eabi Python-3.5.0/configure.ac |
|
--- Python-3.5.0/configure.eabi 2015-09-23 13:52:20.756909744 +0200 |
|
+++ Python-3.5.0/configure 2015-09-23 13:52:46.859163629 +0200 |
|
@@ -762,9 +762,9 @@ cat >> conftest.c <<EOF |
|
alpha-linux-gnu |
|
# elif defined(__ARM_EABI__) && defined(__ARM_PCS_VFP) |
|
# if defined(__ARMEL__) |
|
- arm-linux-gnueabihf |
|
+ arm-linux-gnueabi |
|
# else |
|
- armeb-linux-gnueabihf |
|
+ armeb-linux-gnueabi |
|
# endif |
|
# elif defined(__ARM_EABI__) && !defined(__ARM_PCS_VFP) |
|
# if defined(__ARMEL__)
|
|
|