Update of /cvsroot/linux-mips/linux/arch/mips64
In directory usw-pr-cvs1:/tmp/cvs-serv21963/arch/mips64
Modified Files:
Makefile
Log Message:
Don't needlessly override CROSS_COMPILE..
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips64/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile 2001/09/04 16:00:51 1.3
--- Makefile 2001/09/16 03:28:13 1.4
***************
*** 21,25 ****
ifdef CONFIG_CROSSCOMPILE
! CROSS_COMPILE = $(tool-prefix)
endif
--- 21,27 ----
ifdef CONFIG_CROSSCOMPILE
! ifndef CROSS_COMPILE
! CROSS_COMPILE = $(tool-prefix)
! endif
endif
|