summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/ath9k-htc-firmware-binutils.patch
Commit message (Collapse)AuthorAge
* gnu: ath9k-htc-firmware: Adjust Binutils patch to 2.28.Ludovic Courtès2017-07-13
| | | | | * gnu/packages/patches/ath9k-htc-firmware-binutils.patch: Remove last hunk, which is now in Binutils 2.28.
* gnu: ath9k-htc-firmware: Update binutils patch for binutils 2.27.Leo Famulari2016-10-12
| | | | | * gnu/packages/patches/ath9k-htc-firmware-binutils.patch: Remove unnecessary and conflicting hunk. Add hunk required for binutils 2.27.
* gnu: cross-base: Apply Qualcomm's patches for Binutils and GCC.Ludovic Courtès2014-11-11
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.