Skip to content

Commit ce350d6

Browse files
committed
ttyname_r doesn't seem to appear anymore, removed workaround
1 parent 7f265fb commit ce350d6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@ and replace it with:
7575
ENABLE_LANGUAGES="c,c++,fortran"
7676
```
7777

78-
To prevent a link-time error for `ttyname_r`, disable it in
79-
`toolchain/gcc/gcc-4.9/libgfortran/configure` by commenting out the line:
80-
```
81-
as_fn_append ac_func_list " ttyname_r"
82-
```
83-
8478
#### Building
8579

8680
If you are planning to build the ARM or AArch64 toolchains for Linux 64-bit

0 commit comments

Comments
 (0)