OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

[/] [eco32/] [trunk/] [binutils/] [tests-2/] [jump/] [Makefile] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 hellwig
BUILD = ../../../build
2
 
3
all:
4
        $(BUILD)/bin/as -o jump1.o jump1.s
5
        $(BUILD)/bin/as -o jump2.o jump2.s
6
        $(BUILD)/bin/ld -rc 0x12345678 -o jump jump1.o jump2.o
7
        hexdump jump
8
 
9
clean:
10
        rm -f *~ jump1.o jump2.o jump

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.