From: <mar...@us...> - 2007-06-06 20:53:24
|
Revision: 1023 http://svn.sourceforge.net/hackndev/?rev=1023&view=rev Author: marex_z71 Date: 2007-06-06 13:53:13 -0700 (Wed, 06 Jun 2007) Log Message: ----------- l4p: reverting Makefile from r1022 ... Modified Paths: -------------- linux4palm/linux/trunk/Makefile Modified: linux4palm/linux/trunk/Makefile =================================================================== --- linux4palm/linux/trunk/Makefile 2007-06-06 02:47:21 UTC (rev 1022) +++ linux4palm/linux/trunk/Makefile 2007-06-06 20:53:13 UTC (rev 1023) @@ -183,7 +183,7 @@ # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile ARCH := arm -CROSS_COMPILE ?= arm-none-eabi- +CROSS_COMPILE ?= arm-softfloat-linux-gnu- # Architecture as present in compile.h UTS_MACHINE := $(ARCH) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |