Re: [Libhugetlbfs-devel] [PATCH 1/1] Fix cross compilation on aarch64

2014-05-05 Thread Munson, Eric
On 2014-05-03 03:28, Fathi Boudra wrote: > This patch allow to override CC and use it for aarch64 case like the > other architectures. > > Signed-off-by: Fathi Boudra Applied, thanks. Eric -- Is your legacy SCM system h

Re: [Libhugetlbfs-devel] [PATCH 1/1] Fix cross compilation on aarch64

2014-05-04 Thread Fathi Boudra
On 3 May 2014 21:39, Munson, Eric wrote: > On 2014-05-03 03:28, Fathi Boudra wrote: >> >> This patch allow to override CC and use it for aarch64 case like the >> other architectures. >> >> Signed-off-by: Fathi Boudra >> --- >> Makefile | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [Libhugetlbfs-devel] [PATCH 1/1] Fix cross compilation on aarch64

2014-05-03 Thread Munson, Eric
On 2014-05-03 03:28, Fathi Boudra wrote: > This patch allow to override CC and use it for aarch64 case like the > other architectures. > > Signed-off-by: Fathi Boudra > --- > Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Makefile b/Makefile > index 91502e

[Libhugetlbfs-devel] [PATCH 1/1] Fix cross compilation on aarch64

2014-05-03 Thread Fathi Boudra
This patch allow to override CC and use it for aarch64 case like the other architectures. Signed-off-by: Fathi Boudra --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 91502e1..5aa1e12 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33