Commit 4ad7184
build: add suport for x86 architecture
Modified android-configure script to support also x86 arch.
Currently added support only for ia32 target arch.
Also, compile openssl without asm, since using the asm sources will make
node fail to run on Android, because it adds text relocations.
Signed-off-by: Robert Chiras <robert.chiras@intel.com>
PR-URL: #5544
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>1 parent c893cd3 commit 4ad7184Copy full SHA for 4ad7184
File tree
Expand file treeCollapse file tree
2 files changed
+47
-8
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+47
-8
lines changedOpen diff view settings
Collapse file
android-configure
Copy file name to clipboard+39-8Lines changed: 39 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
3 | 32 | |
4 | 33 | |
5 | 34 | |
6 | | - |
7 | | - |
| 35 | + |
| 36 | + |
8 | 37 | |
9 | 38 | |
10 | 39 | |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
15 | 44 | |
16 | 45 | |
17 | | - |
18 | | - |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
Collapse file
+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
70 | 70 | |
71 | 71 | |
72 | 72 | |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
73 | 77 | |
74 | 78 | |
75 | 79 | |
| ||
103 | 107 | |
104 | 108 | |
105 | 109 | |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
106 | 114 | |
107 | 115 | |
108 | 116 | |
|
0 commit comments