Subversion Repositories DevTools

Rev

Rev 5709 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
227 dpurdie 1
# -*- mode: mak; -*-
2
###############################################################################
6177 dpurdie 3
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
227 dpurdie 4
#
5
# File:         TOOLSET/DAFBR.DEF
6
# Contents:     MRI ColdFire rules as used for the MOS
7
#
8
# Description:
9
#       DAF BR compiler toolset
10
#       This file provides Toolset definitions for the target makefiles
11
#       The file is dropped into the top of the generated platform specfic makefile
12
#
13
# Revision History:
14
#       15-Dec-04   DDP     Started Work
15
###############################################################################
16
 
17
toolset = dafbr
18
o       = rul
19
s       =
20
a       =
21
exe     = .bin
22
 
23
 
24
.SUFFIXES:
25
.PHONY:     dafbr
26
 
27
dafbr:
28
	echo -n "[Toolset dafbr $(ENDIAN)]";
29
 
30