On Monday 02 March 2009 07:56:19 Michal Simek wrote: > I think that is the right time to start with arch dependent compilation. > Here is the patch which solve my problem with hyperthreading compilation. > > Mike: Any comments? If not I'll prepare proper patch for Subrata. > > --- a/Makefile > +++ b/Makefile > +ifndef ARCH > +ARCH=i386 > +endif
this is no good imo. the ARCH should either be discovered automatically, or not at all. > --- a/testcases/kernel/sched/Makefile > +++ b/testcases/kernel/sched/Makefile > +ifeq ($(ARCH),i386) > +SUBDIRS += hyperthreading > +endif i thought the code already had #ifdef's in it you could fix up easily ? -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
