aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.parisc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.parisc b/Makefile.parisc
index 4af49b6..d3278e3 100644
--- a/Makefile.parisc
+++ b/Makefile.parisc
@@ -68,7 +68,7 @@ EXTRAVERSION=
CPPFLAGS = -P -MD -MT $@
COMMONCFLAGS := -I$(OUT) -Isrc -Ivgasrc -Os -MD -g \
- -Wall -Wno-strict-aliasing -Wold-style-definition \
+ -Wall -Wno-strict-aliasing -Wold-style-definition -Wno-address-of-packed-member \
$(call cc-option,$(CC),-Wtype-limits,) \
-fomit-frame-pointer \
-freg-struct-return -ffreestanding -fno-delete-null-pointer-checks \