X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=cb9db8d5aeb11896e7733c488e553787e54b8ace;hb=fd4cf59adec810b376f6a6ef264f9a76efa48b28;hp=dc019ac12f1173bb7888a28de9adddf018c24cc6;hpb=e4271cfa389d30295b1e2c8c41e9060674a75117;p=org.ibex.core.git diff --git a/Makefile b/Makefile index dc019ac..cb9db8d 100644 --- a/Makefile +++ b/Makefile @@ -43,15 +43,12 @@ gcc_optimizations := -O2 #gcc_optimizations := -O9 -ffast-math -fomit-frame-pointer -foptimize-sibling-calls #gcc_optimizations += -finline-functions -funroll-loops -ffunction-sections -fdata-sections -gcc_flags := -nostdinc $(gcc_optimizations) -Ibuild/h -Iupstream/jpeg-6b/src/ -Iupstream/jpeg-6b/build-$(target) -gcc_flags += -Iupstream/install/$(target)/include -Iupstream/install/lib/gcc-lib/$(target)/3.3/include -gcc_flags += -Iupstream/install/include -Ibuild/class -gcj_flags := -fCLASSPATH=build/java -g++_flags := -Iupstream/install/lib/gcc-lib/$(target)/3.3/include/ -Iupstream/install/$(target)/include -Wno-multichar -gcj := upstream/install/bin/$(target)-gcj $(gcc_flags) $(gcj_flags) +gcc_flags := -nostdinc $(gcc_optimizations) -Ibuild/h -Iupstream/jpeg-6b/src -Iupstream/jpeg-6b/build-$(target) +gcc_flags += -Iupstream/install/lib/gcc-lib/$(target)/3.3/include -Iupstream/install/$(target)/include +gcj := upstream/install/bin/$(target)-gcj $(gcc_flags) -fCLASSPATH=build/java gcjh := $(shell pwd)/upstream/install/bin/$(shell test -e upstream/install/bin/$(target)-gcjh && echo $(target)-)gcjh -g++ := upstream/install/bin/$(target)-gcj $(gcc_flags) -gcc := upstream/install/bin/$(target)-gcc $(gcc_flags) $(g++_flags) +g++ := upstream/install/bin/$(target)-gcj $(gcc_flags) -Iupstream/install/include -Wno-multichar +gcc := upstream/install/bin/$(target)-gcc $(gcc_flags) jar := $(shell ((type fastjar &>/dev/null) && echo fastjar) || echo jar) gcj: .install_gcc-3.3_$(target); make $(target_bin) link_flags="$(link_flags)" platform=$(platform)