Subversion Repositories DevTools

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
227 dpurdie 1
# -*- mode: perl -*-
2
###############################################################################
3
# File:		TOOLSET/gnu_mpt.def
4
# Contents:     GNU MPT defines
5
###############################################################################
6
 
7
toolset		= gnu_mpt
8
s		= asm
9
o		= o
10
a		= a
11
exe		=
12
 
13
.SUFFIXES:	.asm
14
 
15
.PHONY:		gnu_mpt
16
gnu_mpt:
17
	@$(echo) [Toolset GNU/MPT]; \
18
        if [ -z "$$THYRONTOOLS" ]; then echo THYRONTOOLS env var not set; exit 2; fi
19
 
20
thyron		:= $(subst \,/,$(strip $(THYRONTOOLS)))
21
MPTLIB		:= $(thyron)/thyron/paycell2
22
gnubin		:= $(thyron)/cygnus/bin/arm
23
 
24
ifeq "$(findstring $(PATH),$(THYRONTOOLS))" ""
25
PATH		:= $(PATH);$(gnubin);$(thyron)/thyron/tools
26
endif
27
 
28
GNUBIN		:= $(subst /,\,$(strip $(gnubin)))
29
TMPDIR		:= C:\TEMP
30
 
31
export GNU TMPDIR
32
 
33
#