2010-10-04 21:27:20 +02:00
|
|
|
# These settings were set by the catalyst build script that automatically
|
|
|
|
# built this stage.
|
|
|
|
# Please consult /usr/share/portage/config/make.conf.example for a more
|
|
|
|
# detailed example.
|
2010-10-24 20:51:00 +02:00
|
|
|
CFLAGS="-march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe"
|
2010-10-04 21:27:20 +02:00
|
|
|
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.
|
|
|
|
CHOST="armv5tejl-softfloat-linux-gnueabi"
|
2010-10-24 20:51:00 +02:00
|
|
|
# LDFLAGS is unsupported. USE AT YOUR OWN RISK!
|
|
|
|
LDFLAGS="-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed"
|
2010-10-04 21:27:20 +02:00
|
|
|
|
|
|
|
source /var/lib/layman/make.conf
|