Subversion Repositories DevTools

Rev

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

Rev 5709 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/ARM251.rul[e]
4
# File:         TOOLSET/ARM251.rul[e]
5
# Contents:     Rules as used for the ARM251 compiler
5
# Contents:     Rules as used for the ARM251 compiler
6
#               Make definitions for the ARM251 tools.
6
#               Make definitions for the ARM251 tools.
7
#
7
#
Line 32... Line 32...
32
 
32
 
33
export GBE_ARM251 GBE_ARM251_INGEDEV
33
export GBE_ARM251 GBE_ARM251_INGEDEV
34
 
34
 
35
arm251:
35
arm251:
36
	@$(echo) "[Toolset ARM 2.51]"; \
36
	@$(echo) "[Toolset ARM 2.51]"; \
37
	if [ -z "$$GBE_ARM251" ]; then echo GBE_ARM251 env var not set; exit 2; fi; \
37
	if [ -z "$$GBE_ARM251" ]; then echo "GBE_ARM251 env var not set"; exit 2; fi; \
38
	if [ ! -d "$$GBE_ARM251" ]; then echo "ERROR: GBE_ARM251 directory not found ($$GBE_ARM251). Compiler not available"; exit 2; fi; \
38
	if [ ! -d "$$GBE_ARM251" ]; then echo "ERROR: GBE_ARM251 directory not found ($$GBE_ARM251). Compiler not available"; exit 2; fi; \
39
	if [ -z "$$GBE_ARM251_INGEDEV" ]; then echo GBE_ARM251_INGEDEV env var not set; exit 2; fi; \
39
	if [ -z "$$GBE_ARM251_INGEDEV" ]; then echo "GBE_ARM251_INGEDEV env var not set"; exit 2; fi; \
40
	if [ ! -d "$$GBE_ARM251_INGEDEV" ]; then echo "ERROR: GBE_ARM251_INGEDEV directory not found ($$GBE_ARM251_INGEDEV). Compiler not available"; exit 2; fi;
40
	if [ ! -d "$$GBE_ARM251_INGEDEV" ]; then echo "ERROR: GBE_ARM251_INGEDEV directory not found ($$GBE_ARM251_INGEDEV). Compiler not available"; exit 2; fi;
41
 
41
 
42
#
42
#
43
#   Ensure tools are not in paths with a space
43
#   Ensure tools are not in paths with a space
44
#   The toolchain does not handle spaces
44
#   The toolchain does not handle spaces