Skip to content

Commit 3de913a

Browse files
author
Edward O'Callaghan
committed
fix up Makefile to link and build as 32bit
Signed-off-by: Edward O'Callaghan <[email protected]>
1 parent 3b7cda3 commit 3de913a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CC= clang
2-
CFLAGS= -Wall -O0 -g
3-
LIBS= -lpci
2+
CFLAGS= -Wall -O0 -g -m32
3+
LIBS= -lpci -Lusr/lib -Wl,-rpath=usr/lib
44

5-
INCLUDES= -Ime.h -Immap.h
5+
INCLUDES= -I.
66

77
SRCS= intelmetool.c \
88
me_status.c \

0 commit comments

Comments
 (0)