From 7af975c88637b63e4a78bc23ea641dc51e220d7a Mon Sep 17 00:00:00 2001 From: geos_one Date: Fri, 8 Oct 2010 18:26:31 +0000 Subject: [PATCH] update the xhl specs git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink@2500 6952d904-891a-0410-993b-d76249ca496b --- Documentation/ls_xhl/armv5tejl-stage1.spec | 8 ++++---- Documentation/ls_xhl/armv5tejl-stage2.spec | 6 +++--- Documentation/ls_xhl/armv5tejl-stage3.spec | 6 +++--- Documentation/ls_xhl/portage/profile/make.defaults | 2 +- Documentation/ls_xhl/root_overlay/etc/make.conf | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Documentation/ls_xhl/armv5tejl-stage1.spec b/Documentation/ls_xhl/armv5tejl-stage1.spec index 7aedf61..93de92f 100644 --- a/Documentation/ls_xhl/armv5tejl-stage1.spec +++ b/Documentation/ls_xhl/armv5tejl-stage1.spec @@ -2,11 +2,11 @@ subarch: arm version_stamp: armv5tejl.0 target: stage1 rel_type: default -profile: default-linux/arm/10.0 +profile: default-linux/arm/10.0/server snapshot: armv5tejl.0 -source_subpath: default/stage4-armv5tejl-genlink.10.0 +source_subpath: default/stage3-arm-armv5tejl.0 portage_confdir: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_xhl/portage/ portage_overlay: /home/mario/mars/linamh/trunk/genlink chost: armv5tejl-softfloat-linux-gnueabi -cflags: -Os -pipe -cxxflags: -Os -pipe \ No newline at end of file +cflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe +cxxflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe \ No newline at end of file diff --git a/Documentation/ls_xhl/armv5tejl-stage2.spec b/Documentation/ls_xhl/armv5tejl-stage2.spec index 8afd9e0..d9eb720 100644 --- a/Documentation/ls_xhl/armv5tejl-stage2.spec +++ b/Documentation/ls_xhl/armv5tejl-stage2.spec @@ -2,11 +2,11 @@ subarch: arm version_stamp: armv5tejl.0 target: stage2 rel_type: default -profile: default-linux/arm/10.0 +profile: default-linux/arm/10.0/server snapshot: armv5tejl.0 source_subpath: default/stage1-arm-armv5tejl.0 portage_confdir: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_xhl/portage/ portage_overlay: /home/mario/mars/linamh/trunk/genlink chost: armv5tejl-softfloat-linux-gnueabi -cflags: -Os -pipe -cxxflags: -Os -pipe \ No newline at end of file +cflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe +cxxflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe \ No newline at end of file diff --git a/Documentation/ls_xhl/armv5tejl-stage3.spec b/Documentation/ls_xhl/armv5tejl-stage3.spec index 2124398..cfe4fa8 100644 --- a/Documentation/ls_xhl/armv5tejl-stage3.spec +++ b/Documentation/ls_xhl/armv5tejl-stage3.spec @@ -2,10 +2,10 @@ subarch: arm version_stamp: armv5tejl.0 target: stage3 rel_type: default -profile: default-linux/arm/10.0 +profile: default-linux/arm/10.0/server snapshot: armv5tejl.0 source_subpath: default/stage2-arm-armv5tejl.0 portage_confdir: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_xhl/portage/ portage_overlay: /home/mario/mars/linamh/trunk/genlink -cflags: -Os -pipe -cxxflags: -Os -pipe \ No newline at end of file +cflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe +cxxflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/profile/make.defaults b/Documentation/ls_xhl/portage/profile/make.defaults index f09e1db..f381396 100644 --- a/Documentation/ls_xhl/portage/profile/make.defaults +++ b/Documentation/ls_xhl/portage/profile/make.defaults @@ -13,7 +13,7 @@ ACCEPT_KEYWORDS="arm ~arm" # CPPFLAGS="${CFLAGS}" USE="${USE} 7zip apache2 arm authdaemond authfile bash-completion clamav \ - clamd maildir php posix postfix pam \ + clamd maildir php posix postfix pam glibc-omitfp \ procmail samba sasl slang softquota symlink tokenizer usb \ -oss -branding -esd xine mp3 gnutls cups ppds \ foomatic-db alsa hal gimpprint freetype X unicode rdesktop pda \ diff --git a/Documentation/ls_xhl/root_overlay/etc/make.conf b/Documentation/ls_xhl/root_overlay/etc/make.conf index e60529f..598215a 100644 --- a/Documentation/ls_xhl/root_overlay/etc/make.conf +++ b/Documentation/ls_xhl/root_overlay/etc/make.conf @@ -2,7 +2,7 @@ # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. -CFLAGS="-Os -pipe" +CFLAGS="-march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe" CXXFLAGS="${CFLAGS}" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.