Revision b91af98dada5a33215d87325a651f3e836c02ebd authored by Mohammad Akhlaghi on 05 January 2021, 18:01:19 UTC, committed by Mohammad Akhlaghi on 05 January 2021, 18:01:19 UTC
Until now, when building GNU Binutils on GNU Linux operating systems, we
would simply put a link to the host's core C library components (the
'*crt*' files). However, the symbolic link wasn't "forced"! So if it
already existed in the build directory, it would crash.

With this commit a '-f' option has been added to the 'ln' command and this
fixed the problem.

This bug was reported by Zahra Sharbaf.
1 parent a1a966a
History
File Mode Size
reproduce
tex
.dir-locals.el -rw-r--r-- 1.3 KB
.file-metadata -rw-r--r-- 9.0 KB
.gitignore -rw-r--r-- 994 bytes
COPYING -rw-r--r-- 34.3 KB
README-hacking.md -rw-r--r-- 91.9 KB
README.md -rw-r--r-- 20.1 KB
paper.tex -rw-r--r-- 14.2 KB
project -rwxr-xr-x 20.7 KB

README.md

back to top