mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
Add ELF2HUNK tool from AROS distribution.
This commit is contained in:
@ -1,12 +1,13 @@
|
||||
CC = gcc -m32
|
||||
CFLAGS = -g -O2 -Wall -I../target/os-include
|
||||
|
||||
BINS = GccFindHit hunk2aout
|
||||
BINS = GccFindHit hunk2aout elf2hunk
|
||||
|
||||
all: $(BINS)
|
||||
|
||||
GccFindHit.o: GccFindHit.c defs.h a.out.h
|
||||
hunk2aout.o: hunk2aout.c a.out.h
|
||||
elf2hunk.o: elf2hunk.c
|
||||
|
||||
clean:
|
||||
rm -f $(BINS) *.o *~
|
||||
|
||||
Reference in New Issue
Block a user