Subversion Repositories DevTools

Rev

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

Rev 4950 Rev 6177
Line 1... Line 1...
1
###############################################################################
1
###############################################################################
2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
2
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
3
#
3
#
4
# File:         TOOLSET/AVR32_GNU.rul[e]
4
# File:         TOOLSET/AVR32_GNU.rul[e]
5
# Contents:     Rules as used for the AVR32_GNU
5
# Contents:     Rules as used for the AVR32_GNU
6
#               Make definitions for the AVR32_GNU tools.
6
#               Make definitions for the AVR32_GNU tools.
7
#
7
#
Line 34... Line 34...
34
#
34
#
35
#   Toolset Init Rule
35
#   Toolset Init Rule
36
#   Ensure that the toolchain is present and correct version
36
#   Ensure that the toolchain is present and correct version
37
#
37
#
38
avr32:
38
avr32:
39
	@$(echo) [Toolset AVR32 - GNU]
39
	@$(echo)  '[Toolset AVR32 - GNU]'
40
	$(AA_PRE)if [ -z "$$GBE_AVR32_GNU" ]; then \
40
	$(AA_PRE)if [ -z "$$GBE_AVR32_GNU" ]; then \
41
        $(echo) "$(GBE_MACHTYPE)] (E) GBE_AVR32_GNU env var not set";\
41
        $(echo) "$(GBE_MACHTYPE)] (E) GBE_AVR32_GNU env var not set";\
42
        exit 2;\
42
        exit 2;\
43
    fi
43
    fi
44
	$(AA_PRE)if [ ! -d "$$GBE_AVR32_GNU" ]; then \
44
	$(AA_PRE)if [ ! -d "$$GBE_AVR32_GNU" ]; then \