X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.upstream;h=e3e70d0d9f378cbd51788d540762d9b3cb296bc5;hb=f8993d06db83e3f4bc8648caad919b9c970d3a34;hp=541a547f47d2c00f78a029fa634d36c893b51577;hpb=032661c3770e2df9b19495ceeff402c42e17738e;p=org.ibex.core.git diff --git a/Makefile.upstream b/Makefile.upstream index 541a547..e3e70d0 100644 --- a/Makefile.upstream +++ b/Makefile.upstream @@ -16,8 +16,23 @@ url_gcc-3.3 := http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc url_jpeg-6b := http://www.ijg.org/files/jpegsrc.v6b.tar.gz url_jikes-1.18 := http://www.megacz.com/tmp/jikes-1.18.tgz #ftp://www-126.ibm.com/pub/jikes/1.18/jikes-1.18.tar.gz +.install_binutils-2.13.2.1_powerpc-apple-darwin: .vendor + cd upstream/darwin-linker; tar xvzf ../install/powerpc-apple-darwin/cctools-478.tgz + cd upstream/darwin-linker/src/cctools; for A in ../../patches/*.patch; do patch -p0 < $$A; done + cp upstream/darwin-linker/src/cctools/ld/fake-mach.c upstream/darwin-linker/src/cctools/libstuff + cd upstream/darwin-linker/src/; mkdir macosx-include; cd macosx-include; ../../links.sh + make -C upstream/darwin-linker/src/cctools/libstuff + make -C upstream/darwin-linker/src/cctools/misc + make -C upstream/darwin-linker/src/cctools/ld; true + mkdir -p upstream/install/powerpc-apple-darwin/bin + cp upstream/darwin-linker/src/cctools/ld/ld_dir/ld.NEW \ + upstream/install/powerpc-apple-darwin/bin/ld + cp upstream/darwin-linker/src/cctools/misc/strip.NEW \ + upstream/install/powerpc-apple-darwin/bin/strip + touch $@ + # building gcc requires binutils -configure_gcc-3.3: install_binutils-2.13.2.1 +.configure_gcc-3.3_$(target): .install_binutils-2.13.2.1_$(target) # how to configure it configure_gcc-3.3 := --enable-languages=c,c++,java --enable-gc-type=boehm --disable-shared --disable-jvmpi @@ -35,6 +50,7 @@ configure_gcc-3.3-mips := --enable-languages=c --nfp --with-new vendor: .vendor; @true .vendor: @echo -e "\n\033[1mdownloading vendor-supplied headers and libraries...\033[0m" + mkdir -p upstream/install curl http://www.megacz.com/vendor.tgz | tar xzf - -C upstream/install mkdir -p upstream/install/i686-pc-mingw32 curl $(url_w32api-2.3) | tar xzf - -C upstream/install/i686-pc-mingw32 @@ -67,7 +83,7 @@ vendor: .vendor; @true cd upstream/$*/build-$(target); $(setcc) PATH=$$PATH:`pwd`/../../install/bin make install touch $@ -.install_freetype-2.1.4_$(target): download_freetype-2.1.4 install_binutils-2.13.2.1 install_gcc-3.3 +.install_freetype-2.1.4_$(target): .download_freetype-2.1.4_$(target) .install_binutils-2.13.2.1_$(target) .install_gcc-3.3_$(target) @echo -e "\n\033[1mbuilding freetype $*...\033[0m" cd upstream/freetype-2.1.4/src; make setup ansi; PATH=$$PATH:`pwd`/../install/bin make CC=mips-gcc AR=mips-ar ../install/bin/mips-ranlib freetype-2.1.4/objs/libfreetype.a