Subversion Repositories HelenOS

Rev

Rev 2465 | Rev 2602 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2465 Rev 2582
Line 27... Line 27...
27
#
27
#
28
 
28
 
29
## Toolchain configuration
29
## Toolchain configuration
30
#
30
#
31
 
31
 
32
BFD_NAME = elf32-little
32
BFD_NAME = elf32-littlearm
33
BFD_ARCH = arm
33
BFD_ARCH = arm
34
BFD = binary
34
BFD = binary
35
TARGET = arm-linux-gnu
35
TARGET = arm-linux-gnu
36
TOOLCHAIN_DIR = /usr/local/arm
36
TOOLCHAIN_DIR = /usr/local/arm
37
 
37