forked from auxolotl/labs
fix: temporarily patch gcc bootstrap compilation failures (#41)
This option was causing some compilation faliures. I want to address the root cause being foundation libstdc++ being broken, but for now let's avoid broken builds. Reviewed-on: auxolotl/labs#41 Co-authored-by: Victor Fuentes <vlinkz@snowflakeos.org> Co-committed-by: Victor Fuentes <vlinkz@snowflakeos.org>
This commit is contained in:
parent
e2f6de0b11
commit
57a4021ce9
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ let
|
|||
|
||||
gccFlags = [
|
||||
"-Wl,-dynamic-linker=${foundation.stage1-musl}/lib/libc.so"
|
||||
"-Wl,-rpath,${foundation.stage1-musl}/lib"
|
||||
"-B${foundation.stage1-musl}/lib"
|
||||
];
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue