update the xhl specs

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink@2500 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-10-08 18:26:31 +00:00
parent 4e78bc20a4
commit 7af975c886
5 changed files with 12 additions and 12 deletions

View File

@ -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
cflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe
cxxflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe

View File

@ -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
cflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe
cxxflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe

View File

@ -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
cflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe
cxxflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe

View File

@ -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 \

View File

@ -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.