From: <kr...@us...> - 2006-08-19 15:36:02
|
Revision: 286 Author: krisk84 Date: 2006-08-19 08:35:55 -0700 (Sat, 19 Aug 2006) ViewCVS: http://svn.sourceforge.net/astlinux/?rev=286&view=rev Log Message: ----------- Always use Gumstix make opts for Gumstix target Modified Paths: -------------- trunk/target/device/Gumstix/Makefile.in Added Paths: ----------- trunk/package/ Removed Paths: ------------- trunk/package/ Modified: trunk/target/device/Gumstix/Makefile.in =================================================================== --- trunk/target/device/Gumstix/Makefile.in 2006-08-19 07:35:39 UTC (rev 285) +++ trunk/target/device/Gumstix/Makefile.in 2006-08-19 15:35:55 UTC (rev 286) @@ -2,6 +2,7 @@ ifeq ($(strip $(BR2_TARGET_GUMSTIX_BASIXCONNEX)),y) UCLIBC_CONFIG_FILE:=target/device/Gumstix/basix-connex/uClibc.config BR2_PACKAGE_BUSYBOX_CONFIG:=target/device/Gumstix/basix-connex/busybox.config +BR2_TARGET_OPTIMIZATION="-Os -pipe -Os -march=armv5te -mtune=xscale -Wa,-mcpu=xscale" ifeq ($(strip $(BR2_PACKAGE_LINUX)),y) TARGETS+=linux This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |