We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10dee3 commit 93e6f4bCopy full SHA for 93e6f4b
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 8e3d2c39a8c7740fdd6f2bbc73b00e9782308c27
+refs/heads/master: b4e69d4529186fa1558418578638bd0b069669dc
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
5
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
trunk/configure
@@ -348,6 +348,11 @@ case $CFG_CPUTYPE in
348
CFG_CPUTYPE=arm
349
;;
350
351
+ armv7l)
352
+ CFG_CPUTYPE=arm
353
+ CFG_OSTYPE="${CFG_OSTYPE}eabihf"
354
+ ;;
355
+
356
x86_64 | x86-64 | x64 | amd64)
357
CFG_CPUTYPE=x86_64
358
0 commit comments