Re: [PATCH 1/3] Include endian.h for Haiku to solve bswap* macros build

2020-09-26 Thread Philippe Mathieu-Daudé
On 9/26/20 12:31 PM, Carlo Arenas wrote: > FWIW the 32 bit image (haiku-r1beta2-x86_gcc2h-anyboot.zip[1]), uses > gcc 2.95.3 as system CC > a newer gcc (the same version that is used for the 64 bit port) is > provided as an alternative though This GCC is too old to build QEMU: since commit efc6c07

Re: [PATCH 1/3] Include endian.h for Haiku to solve bswap* macros build

2020-09-26 Thread Carlo Arenas
FWIW the 32 bit image (haiku-r1beta2-x86_gcc2h-anyboot.zip[1]), uses gcc 2.95.3 as system CC a newer gcc (the same version that is used for the 64 bit port) is provided as an alternative though Carlo [1] https://www.haiku-os.org/get-haiku/r1beta2/

Re: [PATCH 1/3] Include endian.h for Haiku to solve bswap* macros build

2020-09-26 Thread David CARLIER
From: David Carlier > > Date: Fri, 26 Jun 2020 13:56:14 +0000 > > Subject: [PATCH 1/3] Include endian.h for Haiku to solve bswap* macros build > > failure. > > Back to this patch, what version of Haiku are you using? > I couldn't find this information in your

Re: [PATCH 1/3] Include endian.h for Haiku to solve bswap* macros build

2020-09-26 Thread Philippe Mathieu-Daudé
Hi David, On Fri, Jun 26, 2020 at 4:08 PM David CARLIER wrote: > > From 95ef79ddff73eebd1f1bec6673c2c68209fab107 Mon Sep 17 00:00:00 2001 > From: David Carlier > Date: Fri, 26 Jun 2020 13:56:14 + > Subject: [PATCH 1/3] Include endian.h for Haiku to solve bswap* macros b

[PATCH 1/3] Include endian.h for Haiku to solve bswap* macros build

2020-06-26 Thread David CARLIER
>From 95ef79ddff73eebd1f1bec6673c2c68209fab107 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Fri, 26 Jun 2020 13:56:14 + Subject: [PATCH 1/3] Include endian.h for Haiku to solve bswap* macros build failure. Signed-off-by: David Carlier --- include/qemu/bswap.h | 2 ++ 1 file chan