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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [binutils/] [tests-2/] [link/] [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 link1.o link1.s
5
        $(BUILD)/bin/as -o link2.o link2.s
6
        $(BUILD)/bin/ld -o link12 link1.o link2.o
7
        $(BUILD)/bin/ld -o link21 link2.o link1.o
8
        @echo -n "Comparing link12 and link21: "
9
        @if cmp link12 link21 ; \
10
          then echo "Files are equal." ; \
11
          else echo "Error found!" ; \
12
        fi
13
 
14
clean:
15
        rm -f *~ link1.o link2.o link12 link21

powered by: WebSVN 2.1.0

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