Advertisement
maximevince

etherboot-gcc5-makefile.patch

May 25th, 2015
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.57 KB | None | 0 0
  1. --- a/tools/firmware/etherboot/Makefile 2015-05-25 11:29:14.002711705 +0200
  2. +++ b/tools/firmware/etherboot/Makefile 2015-05-25 12:04:14.982596909 +0200
  3. @@ -39,6 +39,10 @@
  4.  $D/src/arch/i386/Makefile: $T Config
  5.     rm -rf $D
  6.     gzip -dc $T | tar xf -
  7. +   cp ../../../../etherboot-gcc5.patch ./patches/.
  8. +   cp ../../../../etherboot-gcc5-2.patch ./patches/.
  9. +   echo "etherboot-gcc5.patch" >> ./patches/series
  10. +   echo "etherboot-gcc5-2.patch" >> ./patches/series
  11.     for i in $$(cat patches/series) ; do                 \
  12.         patch -d $D -p1 --quiet <patches/$$i || exit 1 ; \
  13.     done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement