diff options
author | jack <0x6A73@pm.me> | 2022-09-29 10:28:39 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 17:28:39 +0100 |
commit | 84ef82423686d8e213083cc81040353435dfc680 (patch) | |
tree | 3d8dc9637d8cbbf623bcf08fdfc1c1b7ac930f12 /util/install | |
parent | 3a10514e4f46895202db2988c262a8e58861a4fc (diff) |
Gentoo install script — build newlib with nano USE flag (#18527)
Diffstat (limited to 'util/install')
-rwxr-xr-x | util/install/gentoo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/install/gentoo.sh b/util/install/gentoo.sh index b031fc7629..49e80490be 100755 --- a/util/install/gentoo.sh +++ b/util/install/gentoo.sh @@ -19,7 +19,7 @@ _qmk_install() { sudo touch /etc/portage/package.use/qmkfirmware # tee is used here since sudo doesn't apply to >> - echo "sys-devel/gcc multilib" | sudo tee --append /etc/portage/package.use/qmkfirmware >/dev/null + echo "sys-devel/gcc multilib\ncross-arm-none-eabi/newlib nano" | sudo tee --append /etc/portage/package.use/qmkfirmware >/dev/null sudo emerge -auN sys-devel/gcc sudo emerge -au --noreplace \ app-arch/unzip app-arch/zip net-misc/wget sys-devel/clang \ |