~ruther/qmk_firmware

84ef82423686d8e213083cc81040353435dfc680 — jack 2 years ago 3a10514
Gentoo install script — build newlib with nano USE flag (#18527)

1 files changed, 1 insertions(+), 1 deletions(-)

M util/install/gentoo.sh
M util/install/gentoo.sh => util/install/gentoo.sh +1 -1
@@ 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 \