X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.upstream;h=0078d6565c99e9e57bb0598a3be4267ce71180e6;hb=98bd62f168ee3d565eb6da9d9ed69ba633d2dc73;hp=d08a488078e4c8ff7df6f230008645c8f8599a1a;hpb=8592fbb856c521cf0c2728d58db50350f2caebcd;p=org.ibex.core.git diff --git a/Makefile.upstream b/Makefile.upstream index d08a488..0078d65 100644 --- a/Makefile.upstream +++ b/Makefile.upstream @@ -69,10 +69,12 @@ configure_gcc-3.3-mips-unknown-elf := --enable-languages=c --nfp --enable-m # libjpeg's configury doesn't obey --target environment_jpeg-6b_$(target) := PATH=$(shell pwd)/upstream/install/$(target)/bin:$$PATH -environment_jpeg-6b_$(target) += CC=$(shell pwd)/upstream/install/$(target)/bin/gcc +environment_jpeg-6b_$(target) += CC=$(shell pwd)/upstream/install/bin/$(target)-gcc environment_jpeg-6b_$(target) += AR="$(shell pwd)/upstream/install/$(target)/bin/ar rc" environment_jpeg-6b_$(target) += AR2=$(shell pwd)/upstream/install/$(target)/bin/ranlib +environment_gcc-3.3 := AR2=$(shell pwd)/upstream/install/$(target)/bin/ranlib + .PRECIOUS: .vendor .download_% .configure_%_$(target) .install_%_$(target) # vendor-supplied binaries and headers; this is stuff that comes with various OSes