Commit 84ff303b authored by Joanne Hugé's avatar Joanne Hugé

Fix make_arm executable not being compiled as ARM architecture

parent 2c4701fa
...@@ -19,8 +19,7 @@ vpath %.c $(SRCDIR) ...@@ -19,8 +19,7 @@ vpath %.c $(SRCDIR)
$(ARM_PROG): FORCE $(ARM_PROG): FORCE
make clean make clean
$(eval CC:=arm-linux-gnueabihf-gcc) make -e CC:=arm-linux-gnueabihf-gcc $(PROG)
make $(PROG)
mv $(PROG) $(ARM_PROG) mv $(PROG) $(ARM_PROG)
FORCE: FORCE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment