Skip to content

Commit

Permalink
update Makefile for newer objdump
Browse files Browse the repository at this point in the history
  • Loading branch information
John Regan committed Mar 4, 2018
1 parent d02db7b commit 9568454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ LINK = $($(quiet)LD) -o $@ $^ $(LDFLAGS)

OBJIFY = $($(quiet)GEN) \
$(OBJCOPY) \
--input binary \
--output `env LANG=C $(OBJDUMP) -f cli/cli.o | \
--input-target binary \
--output-target `env LANG=C $(OBJDUMP) -f cli/cli.o | \
grep 'file format' | awk '{print $$4}'` \
--binary-architecture `env LANG=C $(OBJDUMP) -f cli/cli.o | \
grep architecture | cut -f 1 -d , | awk '{print $$2}'` \
Expand Down

0 comments on commit 9568454

Please sign in to comment.