Subversion Repositories HelenOS

Rev

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

Rev 3369 Rev 3391
Line 36... Line 36...
36
BFD_NAME = elf64-little
36
BFD_NAME = elf64-little
37
BFD_ARCH = ia64-elf64
37
BFD_ARCH = ia64-elf64
38
TARGET = ia64-pc-linux-gnu
38
TARGET = ia64-pc-linux-gnu
39
TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia64
39
TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia64
40
 
40
 
41
INIT0_ADDRESS = 0xe000000004404000
-
 
42
INIT0_SIZE = 0x100000
-
 
43
 
-
 
44
CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
41
CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
45
GCC_CFLAGS += $(CMN1)
42
GCC_CFLAGS += $(CMN1)
46
ICC_CFLAGS += $(CMN1)
43
ICC_CFLAGS += $(CMN1)
47
 
44
 
48
LFLAGS += -EL
45
LFLAGS += -EL
49
AFLAGS += -mconstant-gp
46
AFLAGS += -mconstant-gp
50
 
47
 
51
DEFS += -D__64_BITS__ -DINIT0_ADDRESS=$(INIT0_ADDRESS) -DINIT0_SIZE=$(INIT0_SIZE) -D$(MACHINE)
48
DEFS += -D__64_BITS__ -D$(MACHINE)
52
 
-
 
53
 
49
 
54
## Compile with page hash table support.
50
## Compile with page hash table support.
55
#
51
#
56
 
52
 
57
CONFIG_PAGE_HT = y
53
CONFIG_PAGE_HT = y
Line 98... Line 94...
98
ifeq ($(MACHINE),i460GX)
94
ifeq ($(MACHINE),i460GX)
99
	ARCH_SOURCES += arch/$(ARCH)/src/drivers/ega.c
95
	ARCH_SOURCES += arch/$(ARCH)/src/drivers/ega.c
100
	CONFIG_I8042 = y
96
	CONFIG_I8042 = y
101
	DEFS += -DI460GX -DCONFIG_I8042
97
	DEFS += -DI460GX -DCONFIG_I8042
102
	BFD = binary
98
	BFD = binary
103
 
-
 
104
endif
99
endif
105
 
100