URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [binutils/] [tests-2/] [jump/] [Makefile] - Rev 240
Go to most recent revision | Compare with Previous | Blame | View Log
BUILD = ../../../build
all:
$(BUILD)/bin/as -o jump1.o jump1.s
$(BUILD)/bin/as -o jump2.o jump2.s
$(BUILD)/bin/ld -rc 0x12345678 -o jump jump1.o jump2.o
hexdump jump
clean:
rm -f *~ jump1.o jump2.o jump
Go to most recent revision | Compare with Previous | Blame | View Log