summaryrefslogtreecommitdiffstats
path: root/src/build/linker/makefile
blob: 88f2a5fa04bab4b95759e8a030a4cb02ff61ce68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
linker: linker.C
	i686-mcp6-g++ -O3 -g linker.C -o linker -lbfd -liberty -lz

all: code_pass

code_pass: linker

gen_pass:

clean:
	(rm -f linker)

beam:

OpenPOWER on IntegriCloud