Skip to content

WIP: community/binutils-cross-embedded: Fix AVR

Marian Buschsieweke requested to merge maribu/aports:binutils into master
  • This drops a fix needed to work with community/gcc-avr
  • It creates empty include folders in /usr/$target/include for each cross compilation target
    • This fixes compilation of testing/gcc-cross-embedded with AVR enabled (for some reason the compilation checks for existence of the include folder, even though no files are ever included.)

Merge request reports