Subversion Repositories DevTools

Rev

Rev 263 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 263 Rev 6177
Line 23... Line 23...
23
endif
23
endif
24
 
24
 
25
 
25
 
26
.PHONY:		gnu_mpt
26
.PHONY:		gnu_mpt
27
gnu_mpt:
27
gnu_mpt:
28
	@$(echo) [Toolset GNU/MPT]; \
28
	@$(echo) '[Toolset GNU/MPT]'; \
29
        if [ -z "$$THYRONTOOLS" ]; then echo THYRONTOOLS env var not set; exit 2; fi ; \
29
        if [ -z "$$THYRONTOOLS" ]; then echo 'THYRONTOOLS env var not set'; exit 2; fi ; \
30
        if [ ! -d "$$THYRONTOOLS" ]; then echo "ERROR: THYRONTOOLS directory not found ($$THYRONTOOLS). Compiler not available"; exit 2; fi;
30
        if [ ! -d "$$THYRONTOOLS" ]; then echo "ERROR: THYRONTOOLS directory not found ($$THYRONTOOLS). Compiler not available"; exit 2; fi;
31
 
31
 
32
thyron		:= $(subst \,/,$(strip $(THYRONTOOLS)))
32
thyron		:= $(subst \,/,$(strip $(THYRONTOOLS)))
33
MPTLIB		:= $(thyron)/thyron/paycell2
33
MPTLIB		:= $(thyron)/thyron/paycell2
34
gnubin		:= $(thyron)/cygnus/bin/arm
34
gnubin		:= $(thyron)/cygnus/bin/arm