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:
parent
4e78bc20a4
commit
7af975c886
@ -2,11 +2,11 @@ subarch: arm
|
|||||||
version_stamp: armv5tejl.0
|
version_stamp: armv5tejl.0
|
||||||
target: stage1
|
target: stage1
|
||||||
rel_type: default
|
rel_type: default
|
||||||
profile: default-linux/arm/10.0
|
profile: default-linux/arm/10.0/server
|
||||||
snapshot: armv5tejl.0
|
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_confdir: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_xhl/portage/
|
||||||
portage_overlay: /home/mario/mars/linamh/trunk/genlink
|
portage_overlay: /home/mario/mars/linamh/trunk/genlink
|
||||||
chost: armv5tejl-softfloat-linux-gnueabi
|
chost: armv5tejl-softfloat-linux-gnueabi
|
||||||
cflags: -Os -pipe
|
cflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe
|
||||||
cxxflags: -Os -pipe
|
cxxflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe
|
@ -2,11 +2,11 @@ subarch: arm
|
|||||||
version_stamp: armv5tejl.0
|
version_stamp: armv5tejl.0
|
||||||
target: stage2
|
target: stage2
|
||||||
rel_type: default
|
rel_type: default
|
||||||
profile: default-linux/arm/10.0
|
profile: default-linux/arm/10.0/server
|
||||||
snapshot: armv5tejl.0
|
snapshot: armv5tejl.0
|
||||||
source_subpath: default/stage1-arm-armv5tejl.0
|
source_subpath: default/stage1-arm-armv5tejl.0
|
||||||
portage_confdir: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_xhl/portage/
|
portage_confdir: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_xhl/portage/
|
||||||
portage_overlay: /home/mario/mars/linamh/trunk/genlink
|
portage_overlay: /home/mario/mars/linamh/trunk/genlink
|
||||||
chost: armv5tejl-softfloat-linux-gnueabi
|
chost: armv5tejl-softfloat-linux-gnueabi
|
||||||
cflags: -Os -pipe
|
cflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe
|
||||||
cxxflags: -Os -pipe
|
cxxflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe
|
@ -2,10 +2,10 @@ subarch: arm
|
|||||||
version_stamp: armv5tejl.0
|
version_stamp: armv5tejl.0
|
||||||
target: stage3
|
target: stage3
|
||||||
rel_type: default
|
rel_type: default
|
||||||
profile: default-linux/arm/10.0
|
profile: default-linux/arm/10.0/server
|
||||||
snapshot: armv5tejl.0
|
snapshot: armv5tejl.0
|
||||||
source_subpath: default/stage2-arm-armv5tejl.0
|
source_subpath: default/stage2-arm-armv5tejl.0
|
||||||
portage_confdir: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_xhl/portage/
|
portage_confdir: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_xhl/portage/
|
||||||
portage_overlay: /home/mario/mars/linamh/trunk/genlink
|
portage_overlay: /home/mario/mars/linamh/trunk/genlink
|
||||||
cflags: -Os -pipe
|
cflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe
|
||||||
cxxflags: -Os -pipe
|
cxxflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe
|
@ -13,7 +13,7 @@ ACCEPT_KEYWORDS="arm ~arm"
|
|||||||
# CPPFLAGS="${CFLAGS}"
|
# CPPFLAGS="${CFLAGS}"
|
||||||
|
|
||||||
USE="${USE} 7zip apache2 arm authdaemond authfile bash-completion clamav \
|
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 \
|
procmail samba sasl slang softquota symlink tokenizer usb \
|
||||||
-oss -branding -esd xine mp3 gnutls cups ppds \
|
-oss -branding -esd xine mp3 gnutls cups ppds \
|
||||||
foomatic-db alsa hal gimpprint freetype X unicode rdesktop pda \
|
foomatic-db alsa hal gimpprint freetype X unicode rdesktop pda \
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# built this stage.
|
# built this stage.
|
||||||
# Please consult /usr/share/portage/config/make.conf.example for a more
|
# Please consult /usr/share/portage/config/make.conf.example for a more
|
||||||
# detailed example.
|
# detailed example.
|
||||||
CFLAGS="-Os -pipe"
|
CFLAGS="-march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe"
|
||||||
CXXFLAGS="${CFLAGS}"
|
CXXFLAGS="${CFLAGS}"
|
||||||
# WARNING: Changing your CHOST is not something that should be done lightly.
|
# 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.
|
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
|
||||||
|
Loading…
Reference in New Issue
Block a user