Subversion Repositories HelenOS-historic

Rev

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

Rev 35 Rev 376
Line 4... Line 4...
4
.PHONY: nothing build
4
.PHONY: nothing build
5
 
5
 
6
nothing:
6
nothing:
7
 
7
 
8
build: boot.bin
8
build: boot.bin
9
	cp boot.bin ../../../src/load.bin
9
	cp boot.bin ../../../load.bin
10
 
10
 
11
AS=$(IA-64_BINUTILS_DIR)/$(IA-64_TARGET)-as
11
AS=$(IA-64_BINUTILS_DIR)/$(IA-64_TARGET)-as
12
LD=$(IA-64_BINUTILS_DIR)/$(IA-64_TARGET)-ld
12
LD=$(IA-64_BINUTILS_DIR)/$(IA-64_TARGET)-ld
13
 
13
 
14
ASFLAGS=-EL
14
ASFLAGS=-EL