Skip to content
Snippets Groups Projects
Commit 729a49a2 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Allow packetdrill to be built on powerpc and powerpc64

parent 6136b25b
No related branches found
No related tags found
No related merge requests found
ARCH != uname -p
packetdrill-ext-libs := -lprocstat -lutil -lkvm -lelf -lpthread -lpcap
CFLAGS = -Wall -Werror -Wno-unknown-warning-option -Wno-address-of-packed-member
CFLAGS = -Wall -Werror
.if ${ARCH} != "powerpc" && ${ARCH} != "powerpc64"
+= -Wno-unknown-warning-option -Wno-address-of-packed-member
.endif
.include "Makefile.common"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment