X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=upstream%2FMakefile;h=16f92f6e8705c4c4d34c5a7e933f67ec5eb9c802;hp=327932ec9beaf043d5e3588b7ae86273901d4946;hb=336c419b8a480179bfc36868cd065c7ef014abd4;hpb=9a113204ad5cf037d8bca847fc13a2a05bfc7d64 diff --git a/upstream/Makefile b/upstream/Makefile index 327932e..16f92f6 100644 --- a/upstream/Makefile +++ b/upstream/Makefile @@ -27,7 +27,7 @@ patches_newlib = newlib-mips.patch newlib-tzset.patch newlib-malloc.patch newlib configure_newlib = --enable-multilib --target=mips-unknown-elf url_openbsdglob = http://www.brianweb.net/xwt/openbsdglob.tar.gz -url_regex = ftp://ftp.zoo.toronto.edu/pub/regex.shar +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 @@ -204,8 +204,8 @@ tasks/build_openbsdglob: tasks/download_openbsdglob tasks/build_newlib tasks/build_regex: tasks/download_regex tasks/build_newlib @mkdir -p $(usr)/mips-unknown-elf/{include,lib} mkdir -p build/regex build/regex/fake - cd build/regex && \ - sh ../../download/regex.shar && \ + cd build && \ + tar xvzf ../download/regex3.8a.tar.gz && cd regex && \ make CC=mips-unknown-elf-gcc CFLAGS="-I. $(MIPS_CFLAGS)" regcomp.o regexec.o regerror.o regfree.o && \ mips-unknown-elf-ar cr libregex.a regcomp.o regexec.o regerror.o regfree.o && \ mips-unknown-elf-ranlib libregex.a && \