mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-11 07:21:58 +02:00
It will patch gcc to respect ESYSROOT when cross-compiling, effectively adding the --sysroot flag without the use of flags or wrappers. This hasn't been merged into Gentoo yet, but it has been given the nod. When it does get merged, it was only be for newer gcc versions than we're currently using, so we'll need this user patch in the meantime regardless. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>