diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-12-01 21:36:30 +0100 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-12-01 21:36:30 +0100 |
| commit | 71d22c111aefc14679ba25852fb7856c94309557 (patch) | |
| tree | 4f26639c2e5354c0b358ea72f495b6cdb06ab45e /debian | |
| parent | 4fcc9e07b3d17a82001255b238013ec36be04889 (diff) | |
march=i686 build
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
