Subversion Repositories DevTools

Rev

Rev 227 | Rev 263 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# -*- mode: perl -*-
###############################################################################
# File:         TOOLSET/gnu_mpt.def
# Contents:     GNU MPT defines
###############################################################################

toolset         = gnu_mpt
s               = asm
o               = o
a               = a
exe             =

.SUFFIXES:      .asm

.PHONY:         gnu_mpt
gnu_mpt:
        @$(echo) [Toolset GNU/MPT]; \
        if [ -z "$$THYRONTOOLS" ]; then echo THYRONTOOLS env var not set; exit 2; fi

thyron          := $(subst \,/,$(strip $(THYRONTOOLS)))
MPTLIB          := $(thyron)/thyron/paycell2
gnubin          := $(thyron)/cygnus/bin/arm

ifeq "$(findstring $(PATH),$(THYRONTOOLS))" ""
PATH            := $(thyron)/thyron/tools;$(gnubin);$(PATH)
endif

GNUBIN          := $(subst /,\,$(strip $(gnubin)))
TMPDIR          := C:\TEMP

export GNU TMPDIR

#