From 71d22c111aefc14679ba25852fb7856c94309557 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Mon, 1 Dec 2014 21:36:30 +0100 Subject: march=i686 build --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 6e0b453..6374d3b 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ ifneq (,$(filter custom,$(DEB_BUILD_OPTIONS))) VERSION := $(NOEPOCH_VERSION) endif -MACHINE := 486 +MACHINE := 686 pkg := gnumach-image-$(VERSION)-$(MACHINE) pkg_xen := gnumach-image-$(VERSION)-xen-$(MACHINE) @@ -38,7 +38,7 @@ D_XEN_DBG := $(D)-xen-dbg DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -CFLAGS = -Wall -g -pipe -fno-strict-aliasing +CFLAGS = -Wall -g -pipe -fno-strict-aliasing -march=i$(MACHINE) ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 -- cgit v1.2.3