1 diff --git a/unix/Make-arch b/unix/Make-arch
2 index 08afb85..dbeb691 100644
5 @@ -920,6 +920,15 @@ macosx:
7 "LIBS = -L. -ltachyon $(MISCLIB)"
12 + "CFLAGS = -Os -m64 -ffast-math -DBsd $(MISCFLAGS)" \
16 + "LIBS = -L. -ltachyon $(MISCLIB)"
21 @@ -1209,6 +1218,16 @@ linux-thr:
23 "LIBS = -L. -ltachyon $(MISCLIB) -lm -lpthread"
25 +# Linux Arm using gcc
28 + "ARCH = linux-arm" \
29 + "CFLAGS = -Wall -O3 -fomit-frame-pointer -ffast-math -DLinux $(MISCFLAGS)" \
33 + "LIBS = -L. -ltachyon $(MISCLIB) -lm -lpthread"
35 # Linux x86 using gcc, threads, and OpenGL