aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-20Fixes libtool library pathsHEADmainneonloop
Some libtool paths point to buildroot instead of sysroot. They break because we remove buildroot to save space. These paths all need to be sysroot instead.
2021-04-17Allows static linking of libogg/vorbis and libmad from sdl_mixerneonloop
2021-04-17Adds libvorbis, SDL_gfx, and tremor librariesneonloop
2021-03-16Adds GDB / GDB Server to the toolchainneonloop
2021-03-07Clear buildroot source after buildingneonloop
This saves an enormous amount of disk space in the image. Since fewer packages are installed, there is a method for installing extra packages. This also adds a helper script for setting up common cross-compiling variables.
2021-03-06Stops extracting rootfs and puts extra files in the sysrootneonloop
trimui rootfs only contains .so files, not that helpful for development. The script is still useful, so it moves to utils. Extra libs and headers can now be put into `./extras` and are moved into `sysroot/usr` during the build process.
2021-03-06Adds more libraries to the toolchain sysrootneonloop
2021-03-04Install zip and force creating the host workspace directoryneonloop
2021-03-03Initial commitneonloop