From: <mar...@us...> - 2007-08-23 17:00:28
|
Revision: 1258 http://hackndev.svn.sourceforge.net/hackndev/?rev=1258&view=rev Author: marex_z71 Date: 2007-08-23 10:00:22 -0700 (Thu, 23 Aug 2007) Log Message: ----------- HnD: tree cleanups, preparations for upstreaming Modified Paths: -------------- linux4palm/linux/trunk/Makefile Modified: linux4palm/linux/trunk/Makefile =================================================================== --- linux4palm/linux/trunk/Makefile 2007-08-21 20:33:54 UTC (rev 1257) +++ linux4palm/linux/trunk/Makefile 2007-08-23 17:00:22 UTC (rev 1258) @@ -183,7 +183,7 @@ # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile ARCH := arm -CROSS_COMPILE ?= arm-softfloat-linux-gnu- +CROSS_COMPILE ?= arm-linux- # Architecture as present in compile.h UTS_MACHINE := $(ARCH) @@ -293,7 +293,7 @@ DEPMOD = /sbin/depmod KALLSYMS = scripts/kallsyms PERL = perl -CHECK = sparse -Wbitwise +CHECK = sparse CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ -Wbitwise $(CF) MODFLAGS = -DMODULE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |