Skip to content
  • Ryan Jackson's avatar
    Add toolchain Makefile · 8c3145ba
    Ryan Jackson authored
    Added a makefile to build the toolchain via buildroot.  Everything now
    depends on the toolchain having been built, so a simple 'make' should
    build everything.
    
    Added patches to change getline() to _getline() in Linux's and uClibc's
    unifdef build utility.  This fixes compile errors on recent glibc
    versions that define their own getline() function.
    8c3145ba