X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=f164467e3ed59d6f20ea98ed85ad711a517746e9;hb=e405e2addf55bc469b146af54206cd4dc3a9a3a6;hp=2af538e4c30cef13eb543973c35bab934494e6d2;hpb=c8f03cf97a43bb83f02aa7e47260c1f43caf4207;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 2af538e..f164467 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ gcc_flags := -O9 -ffast-math -fomit-frame-pointer -foptimize-siblin gcj_flags := -fCLASSPATH=bin gcj := $(gcc_path)/bin/$(target)-gcj $(gcj_flags) $(gcc_flags) gcc := $(gcc_path)/bin/$(target)-g++ $(gcc_flags) -gcjh := $(gcc_path)/bin-$(target)-gcjh +gcjh := $(gcc_path)/bin/$(target)-gcjh ar := $(gcc_path)/$(target)/bin/ar jikes := jikes -extdirs ${JAVA_HOME}/jre/lib -nowarn