X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=57a956c843822b53338dfdd8d02980bccd679590;hb=93224727752b3da9a70bacd473c5f961efb3a297;hp=2a6a5dfa1bb776771006d377dc2b6a84e24772a6;hpb=1302c25707d65d70f410f7b5c12c309e20f2cb65;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 2a6a5df..57a956c 100644 --- a/Makefile +++ b/Makefile @@ -187,10 +187,11 @@ $(c_objects): bin-$(platform)/%.c.o: src/%.c src/org/ijg/jmorecfg.h upstream: cvs -d :pserver:cvs@cvs.xwt.org:/ export -r HEAD upstream -upstream/Carbon/include/Carbon: +upstream/Carbon/include/Carbon: upstream # A disgusting hack to create symlinks to the OS X Framework headers, since the # standard GCC doesn't know how to search Frameworks for header files. outdir="upstream/Carbon/include"; \ + mkdir -p $$outdir; \ librarydir="/System/Library"; \ frameworksubdir="Frameworks"; \ cd $$outdir; \ @@ -241,6 +242,7 @@ Darwin: upstream Carbon: upstream/Carbon/include/Carbon upstream echo -e "\\n=== Carbon =========================================" + cd gcc/install/bin; ln -sf gcjh powerpc-apple-darwin-gcjh make gcj \ platform=Carbon \ target=powerpc-apple-darwin \