logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

0002-fixincludes-update-for-musl-support.patch (809B)


  1. SPDX-FileCopyrightText: 2022 Dor Askayo <dor.askayo@gmail.com>
  2. SPDX-FileCopyrightText: 2015 Gregor Richards <gregor.richards@uwaterloo.ca>
  3. SPDX-License-Identifier: GPL-2.0-or-later
  4. Backported from upstream commit 218213dfd01e22b7c9f1be3119e32d970fa348bf
  5. fixincludes update for musl support
  6. 2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
  7. * mkfixinc.sh: Add *-musl* with no fixes.
  8. From-SVN: r222327
  9. --- gcc-4.7.4/fixincludes/mkfixinc.sh
  10. +++ gcc-4.7.4/fixincludes/mkfixinc.sh
  11. @@ -20,7 +20,8 @@ case $machine in
  12. powerpc-*-eabi* | \
  13. powerpc-*-rtems* | \
  14. powerpcle-*-eabisim* | \
  15. - powerpcle-*-eabi* )
  16. + powerpcle-*-eabi* | \
  17. + *-musl* )
  18. # IF there is no include fixing,
  19. # THEN create a no-op fixer and exit
  20. (echo "#! /bin/sh" ; echo "exit 0" ) > ${target}