Subversion Repositories HelenOS

Rev

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

Rev 2725 Rev 3369
Line 27... Line 27...
27
#
27
#
28
 
28
 
29
## Toolchain configuration
29
## Toolchain configuration
30
#
30
#
31
 
31
 
-
 
32
ifndef CROSS_PREFIX
-
 
33
	CROSS_PREFIX = /usr/local
-
 
34
endif
-
 
35
 
32
BFD_NAME = elf64-powerpc
36
BFD_NAME = elf64-powerpc
33
BFD_ARCH = powerpc:common64
37
BFD_ARCH = powerpc:common64
34
BFD = binary
38
BFD = binary
35
TARGET = ppc64-linux-gnu
39
TARGET = ppc64-linux-gnu
36
TOOLCHAIN_DIR = /usr/local/ppc64
40
TOOLCHAIN_DIR = $(CROSS_PREFIX)/ppc64
37
 
41
 
38
GCC_CFLAGS += -mcpu=powerpc64 -msoft-float -m64
42
GCC_CFLAGS += -mcpu=powerpc64 -msoft-float -m64
39
AFLAGS += -a64
43
AFLAGS += -a64
40
LFLAGS += -no-check-sections -N
44
LFLAGS += -no-check-sections -N
41
 
45