[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH VTPM v8 0/8] Vtpm patch set
> -----Original Message----- > From: xen-devel-bounces@xxxxxxxxxxxxx [mailto:xen-devel- > bounces@xxxxxxxxxxxxx] On Behalf Of Ian Campbell > Sent: Friday, January 11, 2013 11:58 AM > To: Fioravante, Matthew E. > Cc: xen-devel > Subject: Re: [Xen-devel] [PATCH VTPM v8 0/8] Vtpm patch set > > On Fri, 2013-01-11 at 16:36 +0000, Fioravante, Matthew E. wrote: > > > Yes thatâs what I meant. One more thing to try. Keep the BUILD_TYPE > > but set CMAKE_C_FLAGS_RELEASE back to CMAKE_C_FLAGS. If that doesn't > > work I'll have to do some more digging myself. > > No change with this I'm afraid. Ok. In that case I'll have to setup a debian squeeze machine/vm myself and figure it out. The end result will either be a work around for old versions of cmake or a hard cmake version requirement added to configure.ac. > > diff --git a/stubdom/Makefile b/stubdom/Makefile index 3006ad6..ad3ff4b > 100644 > --- a/stubdom/Makefile > +++ b/stubdom/Makefile > @@ -208,7 +208,7 @@ tpm_emulator-$(XEN_TARGET_ARCH): tpm_emulator- > $(TPMEMU_VERSION).tar.gz > mv tpm_emulator-$(TPMEMU_VERSION) $@ > patch -d $@ -p1 < tpmemu-$(TPMEMU_VERSION).patch; > mkdir $@/build > - cd $@/build; $(CMAKE) .. -DCMAKE_C_COMPILER=${CC} - > DCMAKE_C_FLAGS="-std=c99 -DTPM_NO_EXTERN $(TARGET_CPPFLAGS) > $(TARGET_CFLAGS) -Wno-declaration-after-statement" > + cd $@/build; $(CMAKE) .. -DCMAKE_C_COMPILER=${CC} > +-DCMAKE_C_FLAGS="-std=c99 -DTPM_NO_EXTERN $(TARGET_CPPFLAGS) > +$(TARGET_CFLAGS) -Wno-declaration-after-statement" > +-DCMAKE_BUILD_TYPE=Release > touch $@ > > TPMEMU_STAMPFILE=$(CROSS_ROOT)/$(GNU_TARGET_ARCH)-xen- > elf/lib/libtpm.a > > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxx > http://lists.xen.org/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |