lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

README (326B)


      1 Native GCC that runs on target.
      2 
      3 To save disk space, this GCC only supports dynamic linking on the target box,
      4 there are no static libraries shipped except libgcc.a on those architectures
      5 that need it.
      6 
      7 For now, this was only tested on arm (EABI) and mips targets. Others to be
      8 done...
      9 
     10    Christian Beier <cb@shoutrlabs.com>