X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=upstream%2FMakefile;h=29b4ea09e978e412b66c6e6f0b1b49e610356224;hp=eb2d8b40f0db2f0ef3a4a7c4c14ec04ca3dc46d4;hb=43bfb4b8e45c7148d6d829913309994a11f25d9c;hpb=f71f52ad122f2ed3434ff7b8bfeea61a9afcdafd diff --git a/upstream/Makefile b/upstream/Makefile index eb2d8b4..29b4ea0 100644 --- a/upstream/Makefile +++ b/upstream/Makefile @@ -1,5 +1,35 @@ # Inspired by XWT's Makefile.upstream +sourceforge = http://softlayer.dl.sourceforge.net/sourceforge/ + +tasks/everything: \ + tasks/build_newlib \ + tasks/build_gcc \ + tasks/build_binutils \ + tasks/build_newlib \ + tasks/build_regex \ + tasks/build_openbsdglob \ + tasks/build_zlib \ + tasks/build_expat \ + tasks/build_gmp \ + tasks/build_expat \ + tasks/build_linker \ + tasks/build_libc \ + tasks/build_libjpeg \ + tasks/build_libmspack \ + tasks/build_freetype \ + tasks/build_boehmgc \ + tasks/build_busybox \ + tasks/build_texinputs \ + tasks/build_samba \ + tasks/build_nasm \ + tasks/build_tex \ + tasks/build_tex_tangle \ + tasks/build_tex_weave \ + tasks/build_linpack \ + tasks/build_gpc \ + + version_gcc = 3.3.6 url_gcc-core = http://mirrors.kernel.org/gnu/gcc/gcc-$(version_gcc)/gcc-core-$(version_gcc).tar.gz @@ -23,18 +53,19 @@ configure_binutils = --target=mips-unknown-elf version_newlib = 1.11.0 url_newlib = ftp://sources.redhat.com/pub/newlib/newlib-$(version_newlib).tar.gz -patches_newlib = newlib-mips.patch newlib-tzset.patch newlib-malloc.patch newlib-nomemcpy.patch newlib-unix.patch newlib-unistd.patch +patches_newlib = newlib-mips.patch newlib-tzset.patch newlib-malloc.patch newlib-nomemcpy.patch newlib-unix.patch newlib-unistd.patch newlib-nestedvm-define.patch configure_newlib = --enable-multilib --target=mips-unknown-elf url_openbsdglob = http://www.brianweb.net/xwt/openbsdglob.tar.gz url_regex = http://arglist.com/regex/regex3.8a.tar.gz url_linpack = http://www.math.iastate.edu/burkardt/f_src/linpack_bench/linpack_bench.f + version_zlib = 1.2.3 url_zlib = http://www.zlib.net/zlib-$(version_zlib).tar.gz version_expat = 2.0.0 -url_expat = http://umn.dl.sourceforge.net/sourceforge/expat/expat-$(version_expat).tar.gz +url_expat = $(sourceforge)expat/expat-$(version_expat).tar.gz configure_expat = --host= --target=mips-unknown-elf version_gmp = 4.1.4 @@ -249,7 +280,7 @@ url_libmspack = http://www.kyz.uklinux.net/downloads/libmspack-$(version_libmspa patches_libmspack = libmspack.patch version_freetype = 2.1.4 -url_freetype = http://easynews.dl.sourceforge.net/sourceforge/freetype/freetype-$(version_freetype).tar.gz +url_freetype = $(sourceforge)freetype/freetype-$(version_freetype).tar.gz patches_freetype = freetype.patch ft-nostdio.patch version_boehmgc = 6.3alpha2