build.sh 200 B

123456
  1. #!/bin/sh
  2. arm-linux-gnueabi-gcc prototype.c shim.c memory.c synthesise.c \
  3. -Wl,-Bdynamic -lc -ldl -lm \
  4. -I../../panloader/include \
  5. -Wall -Werror -Wextra -Wno-missing-braces -D_FILE_OFFSET_BITS=64