File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,14 @@ When building the toolchain for Windows, add `--host windows`
100
100
101
101
When building the ** x86 or x86_64 toolchains** , additional changes are
102
102
required. There is an issue in libgfortran for the x86 and x86_64 targets
103
- (see #2 and [ this issue] ( https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71363 ) )
103
+ (see [ #2 ] ( https://github.com/buffer51/android-gfortran/issues/2 )
104
+ and [ this issue] ( https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71363 ) )
104
105
causing an error when building it. See the ` x86.diff ` .
105
106
106
107
When building the toolchain for ** Windows 64-bit** ,
107
108
you need to change ` toolchain/binutils/binutils-2.25/gold/aarch64.cc `
108
- (see #1 and [ this issue] ( https://sourceware.org/ml/binutils-cvs/2015-07/msg00148.html ) ).
109
+ (see [ #1 ] ( https://github.com/buffer51/android-gfortran/issues/1 )
110
+ and [ this issue] ( https://sourceware.org/ml/binutils-cvs/2015-07/msg00148.html ) ).
109
111
Find line 2028 that says:
110
112
```
111
113
Insntype adr_insn = adrp_insn & ((1 << 31) - 1);
You can’t perform that action at this time.
0 commit comments