X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=disassembler%2FMakefile;h=8944a21449537d95d5ae53991e2855bad443d737;hb=d24a5147fd500f6bdc76599d2a4e471b15a73c7f;hp=41b3ad99e93810c9dbf1749c802dfeb366a501ea;hpb=debe2f99d121c872db51039b824eab67cddf58ac;p=b43-tools.git diff --git a/disassembler/Makefile b/disassembler/Makefile index 41b3ad9..8944a21 100644 --- a/disassembler/Makefile +++ b/disassembler/Makefile @@ -16,7 +16,7 @@ endif PREFIX ?= /usr/local CFLAGS ?= -O2 -fomit-frame-pointer CFLAGS += -std=gnu99 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -SPARSEFLAGS = $(CFLAGS) +SPARSEFLAGS = $(CFLAGS) -D__transparent_union__=__unused__ -D_STRING_ARCH_unaligned=1 LDFLAGS ?= BIN = b43-dasm