Skip to content

Commit

Permalink
Don't pass -m32. We live in 64 bit world now.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmage committed Mar 21, 2016
1 parent 7046eff commit 030eb9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
SRCS= megactl.c adapter.c megaioctl.c megatrace.c callinfo.c dumpbytes.c logpage.c ntrim.c
INC= -I./schily -Iincludes-hack
HDRS= mega.h adapter.h megaioctl.h callinfo.h logpage.h dumpbytes.h
ARCH= -m32
CFLAGS= -g -Wall $(INC) $(ARCH)
LDFLAGS= -g $(ARCH)
PROGRAMS= megactl megasasctl
Expand Down

0 comments on commit 030eb9f

Please sign in to comment.