Home | History | Annotate | Download | only in fsx
      1 From ee9798e2d40e56427e99f40640b6158926ec2a99 Mon Sep 17 00:00:00 2001
      2 From: Lucas Meneghel Rodrigues <lmr (a] redhat.com>
      3 Date: Tue, 18 May 2010 10:41:01 -0300
      4 Subject: [PATCH 2/2] Enable cross compiling for fsx
      5 
      6 Signed-off-by: Eric Li <ericli (a] google.com>
      7 ---
      8  Makefile |    2 +-
      9  1 files changed, 1 insertions(+), 1 deletions(-)
     10 
     11 diff --git a/Makefile b/Makefile
     12 index 337c023..0ebfec2 100644
     13 --- a/Makefile
     14 +++ b/Makefile
     15 @@ -1,5 +1,5 @@
     16  
     17 -CC	=	gcc
     18 +CC	?=	gcc
     19  CFLAGS	+= 	-O -Wall -g -DAIO
     20  CXXFLAGS+=	-O -Wall -g
     21  
     22 -- 
     23 1.7.0.1
     24 
     25