From: Marco Yuen Date: Mon, 19 Dec 2011 22:18:53 +0000 (-0500) Subject: Debugging build. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7e2b2005833730fbdec90c0aea456cf62c1eacbf;p=build.git Debugging build. --- diff --git a/planetlab.mk b/planetlab.mk index 04fe7494..1dbdad05 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -36,9 +36,9 @@ kernel-SPEC := kernel-3.1.spec kernel-DEVEL-RPMS += gettext elfutils-devel kernel-BUILD-FROM-SRPM := yes ifeq "$(HOSTARCH)" "i386" -kernel-RPMFLAGS:= --target i686 --without tools --without debug --without debuginfo +kernel-RPMFLAGS:= --target i686 --without tools else -kernel-RPMFLAGS:= --target $(HOSTARCH) --without tools --without debug --without debuginfo +kernel-RPMFLAGS:= --target $(HOSTARCH) --without tools endif kernel-SPECVARS += kernelconfig=planetlab KERNELS += kernel