* [PATCH] slugos.conf: Use thumb mode to save some more space
@ 2011-01-10 6:14 Khem Raj
2011-01-10 16:49 ` Mike Westerhof
0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2011-01-10 6:14 UTC (permalink / raw)
To: openembedded-devel
I have successfully nfs booted nslu box with the console-image generated
with thumb enabled gcc. This should help in reducing the code size a bit
more. I will build the image in all arm mode and compare how much we really
save
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
conf/distro/slugos.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf
index e2e7cc0..853a58e 100644
--- a/conf/distro/slugos.conf
+++ b/conf/distro/slugos.conf
@@ -10,7 +10,7 @@ DISTRO_NAME = "SlugOS"
# DISTRO_FEED = "unstable"
DISTRO_TYPE = "alpha"
TARGET_ARCH ?= "armeb"
-ARM_INSTRUCTION_SET = "arm"
+ARM_INSTRUCTION_SET = "thumb"
IPKG_VARIANT ?= "opkg-nogpg-nocurl-slugos"
PREFERRED_PROVIDER_opkg ?= "opkg-nogpg-nocurl-slugos"
PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg-nogpg-nocurl-slugos"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] slugos.conf: Use thumb mode to save some more space
2011-01-10 6:14 [PATCH] slugos.conf: Use thumb mode to save some more space Khem Raj
@ 2011-01-10 16:49 ` Mike Westerhof
0 siblings, 0 replies; 2+ messages in thread
From: Mike Westerhof @ 2011-01-10 16:49 UTC (permalink / raw)
To: openembedded-devel
On 1/10/2011 12:14 AM, Khem Raj wrote:
> I have successfully nfs booted nslu box with the console-image generated
> with thumb enabled gcc. This should help in reducing the code size a bit
> more. I will build the image in all arm mode and compare how much we really
> save
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Mike Westerhof <mike@mwester.net>
> ---
> conf/distro/slugos.conf | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf
> index e2e7cc0..853a58e 100644
> --- a/conf/distro/slugos.conf
> +++ b/conf/distro/slugos.conf
> @@ -10,7 +10,7 @@ DISTRO_NAME = "SlugOS"
> # DISTRO_FEED = "unstable"
> DISTRO_TYPE = "alpha"
> TARGET_ARCH ?= "armeb"
> -ARM_INSTRUCTION_SET = "arm"
> +ARM_INSTRUCTION_SET = "thumb"
> IPKG_VARIANT ?= "opkg-nogpg-nocurl-slugos"
> PREFERRED_PROVIDER_opkg ?= "opkg-nogpg-nocurl-slugos"
> PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg-nogpg-nocurl-slugos"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-10 16:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-10 6:14 [PATCH] slugos.conf: Use thumb mode to save some more space Khem Raj
2011-01-10 16:49 ` Mike Westerhof
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.