mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
Implement kernel bootstrap up to building Linux.
This commit is contained in:
parent
5ea8dd3136
commit
ecf99ab08b
52 changed files with 4898 additions and 139 deletions
8
sysa/tcc-0.9.27/simple-patches/remove-fileopen.before
Normal file
8
sysa/tcc-0.9.27/simple-patches/remove-fileopen.before
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
if (ret == 1)
|
||||
return ar_usage(ret);
|
||||
|
||||
if ((fh = fopen(argv[i_lib], "wb")) == NULL)
|
||||
{
|
||||
fprintf(stderr, "tcc: ar: can't open file %s \n", argv[i_lib]);
|
||||
goto the_end;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue