Subversion Repositories HelenOS-historic

Rev

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

Rev 341 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=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-as
11
AS=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-as
12
CC=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-gcc
12
CC=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-gcc
13
LD=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-ld
13
LD=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-ld
14
 
14