-
- Downloads
gnu: cross-base: Apply Qualcomm's patches for Binutils and GCC.
This fixes compilation of the ath9k-htc firmware. Before that, loading it would result in "Target is unresponsive". The patches come from the ath9k-htc firmware source. * gnu/packages/patches/ath9k-htc-firmware-binutils.patch, gnu/packages/patches/ath9k-htc-firmware-gcc.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/cross-base.scm (package-with-patch): New procedure. (cross-binutils): Check whether TARGET starts with "xtensa-", and call 'package-with-patch' when it does. (cross-gcc-patches): New procedure. (cross-gcc): Use it to add patches.
Showing
- gnu-system.am 2 additions, 0 deletionsgnu-system.am
- gnu/packages/cross-base.scm 23 additions, 3 deletionsgnu/packages/cross-base.scm
- gnu/packages/patches/ath9k-htc-firmware-binutils.patch 28975 additions, 0 deletionsgnu/packages/patches/ath9k-htc-firmware-binutils.patch
- gnu/packages/patches/ath9k-htc-firmware-gcc.patch 119 additions, 0 deletionsgnu/packages/patches/ath9k-htc-firmware-gcc.patch
Loading
Please register or sign in to comment