qmk_firmware/util
James Forcier f538b2273a
Upgrade gcc version/tweak package installs in Gentoo installation (#8757)
GCC 4.9.4 is no longer available on Gentoo (or Sabayon), which causes
problems when attempting to install on either of these platforms. Since
QMK is not particularly sensitive to its GCC version, modify the version
restriction to <9 so newer versions of GCC may be installed. Since the
toolchain for arm-none-eabi isn't currently installed as part of setup,
add that as well.

Additionally, drop the Python installation as part of the Gentoo
installation process. Python is a core system package on Gentoo and can
therefore be assumed to be present; in addition, the slot restriction of
3.5 which was present is also no longer available in Gentoo.

Finally, separate the gcc rebuild invocation of `emerge` from the new
packages that may need to be installed, and apply the `--noreplace` flag
to new packages so that they are not rebuilt if already present.
2020-04-12 16:13:45 +10:00
..
usb_detach
vagrant
1-setup-path-win.bat
2-setup-environment-win.bat
ELEVATE_LICENSE.md
Win_Check.bat
activate_msys2.sh Miscellaneous cleanups (#8639) 2020-04-01 15:49:45 +01:00
activate_wsl.sh Miscellaneous cleanups (#8639) 2020-04-01 15:49:45 +01:00
add-paths.bat
bootloader_at90usb128x_1_0_1.hex
bootloader_atmega16u4_1_0_1.hex
bootloader_atmega32a_1_0_0.hex
bootloader_atmega32u4_1_0_0.hex
chibios-upgrader.sh Allow for ChibiOS 20.x (master), as well as enabling ChibiOS-Contrib HAL. (#8272) 2020-03-01 11:50:49 +11:00
docker_build.sh Fix docker script and document (#7786) 2020-01-10 00:44:16 +00:00
drivers.txt
elevate.exe
freebsd_install.sh
generate_internal_docs.sh
linux_install.sh Upgrade gcc version/tweak package installs in Gentoo installation (#8757) 2020-04-12 16:13:45 +10:00
macos_install.sh
msys2_install.sh msys2_install.sh: wrap requirements.txt in quotes (#8424) 2020-03-15 17:15:42 +00:00
new_keyboard.sh
new_keymap.sh
pro_micro_ISP_B6_10.hex
qmk_install.sh
rgblight_breathing_table_calc.c
rules_cleaner.sh
teensy_2.0_ISP_B0.hex
travis_build.sh
travis_compiled_push.sh Fix unknown key 'IndentPPDirectives' on CI (#7933) 2020-01-19 13:59:57 -08:00
travis_docs.sh
travis_push.sh
travis_test.sh CI: Add workflow for CLI testing (#7357) 2020-02-08 13:43:55 +01:00
travis_utils.sh
win_shared_install.sh Made windows driver installation accept y as All to allow CI (#8189) 2020-02-18 12:05:20 -08:00
wsl_install.sh