Skip to content
Snippets Groups Projects
Commit 32ac1cfa authored by Guido Günther's avatar Guido Günther
Browse files

Work around ICE on m68k

Thanks: Thorsten Glaser
parent db6dbcc1
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,10 @@ else
WITH_LXC = --without-lxc
endif
ifneq (,$(findstring ${DEB_BUILD_ARCH}, m68k))
CFLAGS = -fwrapv -DWRAPV
endif
DEB_CONFIGURE_EXTRA_FLAGS := \
--disable-rpath \
......
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