Subversion Repositories HelenOS-historic

Rev

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

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