Skip to content

Commit cc184c8

Browse files
committed
Fixed links to issues in README
1 parent 2f10057 commit cc184c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,14 @@ When building the toolchain for Windows, add `--host windows`
100100

101101
When building the **x86 or x86_64 toolchains**, additional changes are
102102
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))
104105
causing an error when building it. See the `x86.diff`.
105106

106107
When building the toolchain for **Windows 64-bit**,
107108
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)).
109111
Find line 2028 that says:
110112
```
111113
Insntype adr_insn = adrp_insn & ((1 << 31) - 1);

0 commit comments

Comments
 (0)