WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH] [XM-TEST] Fix xm-test suite for x86-64

On Mon, Oct 30, 2006 at 09:44:52AM -0500, Stefan Berger wrote:
 
> I have changed the xm-test/ramdisk/Makefile.am to look like this now. With 
> this only x86-64 so far gets its own config for the uClibc.
> 
> -                cp configs/uClibc $(BR_SRC)/toolchain/uClibc/uClibc.config
> +                if [ $(BR_ARCH) == "x86_64" ]; then \
> +                                cp configs/uClibc-$(BR_ARCH)         \
> + $(BR_SRC)/toolchain/uClibc/uClibc.config; \
> +                else \
> +                                cp configs/uClibc         \
> + $(BR_SRC)/toolchain/uClibc/uClibc.config; \
> +                fi
> 
> Is this better?

Personally I prefer your original approach.  Sure it creates duplicate
data files (as i386 and powerpc uClibc are the same) but it follows the
buildroot precident, and allows for changing configs based on the arch
without modifying the Makefiles.
 
> http://bugs.busybox.net/bug_view_advanced_page.php?bug_id=523

Bugger.  I wonder what the timeframe is for the next uClibc release.
 
> And thanks on the hint on how to patch hping2. It works now - at least for 
> x86-64.

Glad it helped.

Yours Tony

   linux.conf.au       http://linux.conf.au/ || http://lca2007.linux.org.au/
   Jan 15-20 2007      The Australian Linux Technical Conference!


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-devel] [PATCH] [XM-TEST] Fix xm-test suite for x86-64, Tony Breeds <=