make/linux/makefiles/gcc.make

changeset 2362
a5610f0862fe
parent 2325
c760f78e0a53
child 2507
d70fe6ab4436
     1.1 --- a/make/linux/makefiles/gcc.make	Thu Dec 09 15:04:26 2010 -0500
     1.2 +++ b/make/linux/makefiles/gcc.make	Thu Dec 09 20:12:06 2010 -0500
     1.3 @@ -25,7 +25,9 @@
     1.4  #------------------------------------------------------------------------
     1.5  # CC, CPP & AS
     1.6  
     1.7 -ifdef ALT_COMPILER_PATH
     1.8 +# When cross-compiling the ALT_COMPILER_PATH points
     1.9 +# to the cross-compilation toolset
    1.10 +ifdef CROSS_COMPILE_ARCH
    1.11  CPP = $(ALT_COMPILER_PATH)/g++
    1.12  CC  = $(ALT_COMPILER_PATH)/gcc
    1.13  else

mercurial