X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=2c76ffaeaa97993238f3a6130a68c72d23c7ecd7;hb=3afe57f92ab89e920ce9d1fd6e82b76507b9a96b;hp=d3d09c8fdf5e0e1a9704ec1dd30304e5c922c466;hpb=3a0c6aa6f903a1ff1cc00b7f8573e89b4ed5839e;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)