From 336c419b8a480179bfc36868cd065c7ef014abd4 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 20 Oct 2006 18:01:04 -0700 Subject: [PATCH] updated regex library download location darcs-hash:20061021010104-5007d-50045a733d77e09b3a685898164e4a3f3e5a6cae.gz --- upstream/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 && \ -- 1.7.10.4