X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=2c76ffaeaa97993238f3a6130a68c72d23c7ecd7;hb=de2b25e1f3985bd0edb548f1aaff7c7df9b3a778;hp=d3d09c8fdf5e0e1a9704ec1dd30304e5c922c466;hpb=5ff056eb3fd4c60631dd8fbcdb55a1bd9d6eaa8a;p=org.ibex.core.git diff --git a/Makefile b/Makefile index d3d09c8..2c76ffa 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ gcc_flags := $(gcc_optimizations) -g -ffunction-sections -fdata-sec 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/gcjh +gcjh := $(gcc_path)/bin/$(target)-gcjh ar := $(gcc_path)/$(target)/bin/ar strip := $(gcc_path)/$(target)/bin/strip jar := $(shell ((type fastjar &>/dev/null) && echo fastjar) || echo jar)