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

Remove workaround for m68k ICE

fixed in gcc-4.6 upstream and Debian's gcc-4.4

Thanks: Thorsten Glaser
parent 0902e141
No related branches found
No related tags found
No related merge requests found
......@@ -45,10 +45,6 @@ else
WITH_LXC = --without-lxc
endif
ifneq (,$(findstring ${DEB_BUILD_ARCH}, m68k))
CFLAGS = -fwrapv -DWRAPV
endif
DEB_BUILDDIR := $(CURDIR)/debian/build
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