summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-12-11 14:58:36 +0000
committerGraeme Gregory <dp@xora.org.uk>2006-12-11 14:58:36 +0000
commite59be84f1e7dc42189f2cf51dbf92f5658ae9b9d (patch)
tree0038820ec2077896def81765f94afb8128dacd51 /conf
parent0cd1e202e170f7c6f61329427122e51263cf2ca9 (diff)
parentc2decd3cc2126b77d7194e2fe6fa5f0f97df14f1 (diff)
merge of '7168bc90d12251e04fc9d38ea7a8082b002fff93'
and 'e97ced3dc091a93df4e70b2feabd08d3d70bafbc'
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/angstrom-2007.1.conf2
-rw-r--r--conf/distro/include/angstrom-glibc.inc6
-rw-r--r--conf/machine/efika.conf2
3 files changed, 8 insertions, 2 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf
index 6e15224e5f..630fbc6bbf 100644
--- a/conf/distro/angstrom-2007.1.conf
+++ b/conf/distro/angstrom-2007.1.conf
@@ -8,7 +8,7 @@
#DISTRO_VERSION = "2007.3"
DISTRO_VERSION = "test-${DATE}"
-DISTRO_REVISION = "20"
+DISTRO_REVISION = "22"
require conf/distro/include/angstrom.inc
require conf/distro/include/sane-srcdates.inc
diff --git a/conf/distro/include/angstrom-glibc.inc b/conf/distro/include/angstrom-glibc.inc
index 6ee509759e..28e3b3eddd 100644
--- a/conf/distro/include/angstrom-glibc.inc
+++ b/conf/distro/include/angstrom-glibc.inc
@@ -7,7 +7,13 @@ TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
#mess with compiler flags to use -Os instead of -O2
#Please see http://free-electrons.com/doc/embedded_linux_optimizations/img47.html for some more info
+# perl has some problems, see http://bugs.openembedded.org/show_bug.cgi?id=1616
+
FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os"
+FULL_OPTIMIZATION_pn-perl = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O1"
+
BUILD_OPTIMIZATION = "-Os"
+BUILD_OPTIMIZATION_pn-perl = "-O1"
+
CXXFLAGS += "-fvisibility-inlines-hidden"
diff --git a/conf/machine/efika.conf b/conf/machine/efika.conf
index 33fac1ae6a..d2a0e542d8 100644
--- a/conf/machine/efika.conf
+++ b/conf/machine/efika.conf
@@ -4,7 +4,7 @@
TARGET_ARCH = "powerpc"
-PACKAGE_EXTRA_ARCHS = "ppc"
+PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"