From 47ac287290d3a4904f530f69889f4cc66ad973c8 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:05:32 +0000 Subject: [PATCH] 2003/09/07 22:14:57 darcs-hash:20040130070532-2ba56-23da9b62b5974daa6343a0ba91ff05c259795ac7.gz --- Makefile.upstream | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.upstream b/Makefile.upstream index 75d8a81..b859727 100644 --- a/Makefile.upstream +++ b/Makefile.upstream @@ -37,6 +37,7 @@ url_jikes-1.18 := http://www.megacz.com/tmp/jikes-1.18.tgz #ftp:// cd upstream/install/bin; ln -s ../powerpc-apple-darwin/bin/as powerpc-apple-darwin-as cd upstream/install/bin; ln -s ../powerpc-apple-darwin/bin/ar powerpc-apple-darwin-ar cd upstream/install/bin; ln -s ../powerpc-apple-darwin/bin/strip powerpc-apple-darwin-strip + echo -e "\#!/bin/sh\nc++filt $@\n" > upstream/install/bin/c++filt3; chmod +x upstream/install/bin/c++filt3 touch $@ # building gcc requires binutils -- 1.7.10.4