jwt27 / build-gcc

Shell scripts to build various gcc cross-compilers (primarily djgpp)
https://jw.h4ck.me/debian/
GNU General Public License v3.0
41 stars 9 forks source link

Build djgpp libc from source, including latest version from CVS. #6

Closed jwt27 closed 5 years ago

jwt27 commented 5 years ago

This branch now builds djgpp's libc from source instead of pulling in prebuilt binaries. There is also a new package djgpp-cvs, which builds the latest libc from CVS. djgpp-2.05 is still the default option for now. I'd like to confirm that this works on all platforms before merging. Especially FreeBSD where clang is the default compiler, I don't know if it's able to build the DXE utilities.

jwt27 commented 5 years ago

Looks like it compiles just fine with clang, I'm gonna go ahead and merge this.