diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-07-09 19:07:51 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-07-09 19:07:51 +0000 |
commit | 10be83b24e06a983e8fb8bb7f80377befaf55cb7 (patch) | |
tree | 6611e6ee550db39b3cb5bbafdf8c35d4bb75e79e /conf/distro/include | |
parent | 45c6f45b3a33ed8ce1c20f4cd41e0a2b8f3c18e7 (diff) | |
parent | c4bb19566b06e30834f1615dda6fc1e4a9be1364 (diff) |
merge of '2b98fc6fe63ab6d8f550bd5e53546e27d970f533'
and '6263ba0e14af7bb1eb9f572dc90726e8be06ae51'
Diffstat (limited to 'conf/distro/include')
-rw-r--r-- | conf/distro/include/angstrom-glibc.inc | 2 | ||||
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom-glibc.inc b/conf/distro/include/angstrom-glibc.inc index 8c76de6f1a..a143fe9e65 100644 --- a/conf/distro/include/angstrom-glibc.inc +++ b/conf/distro/include/angstrom-glibc.inc @@ -29,6 +29,8 @@ FULL_OPTIMIZATION_pn-glibc-intermediate = "-O2" FULL_OPTIMIZATION_pn-glibc = "-fexpensive-optimizations -fomit-frame-pointer -O2" FULL_OPTIMIZATION_sparc = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2" +FULL_OPTIMIZATION_pn-glibc_armv7a = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -ftree-vectorize -O3" + BUILD_OPTIMIZATION = "-Os" BUILD_OPTIMIZATION_pn-perl = "-O1" BUILD_OPTIMIZATION_pn-glibc-intermediate = "-O2" diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index aecdd18bd9..6e5ca31d8b 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -159,7 +159,7 @@ SRCREV_pn-openmoko-worldclock2 ?= "3365" SRCREV_pn-openocd ?= "517" SRCREV_pn-openocd-native ?= "517" SRCREV_pn-opkg ?= "4488" -SRCREV_pn-opkg-native ?= "4452" +SRCREV_pn-opkg-native ?= "4491" SRCREV_pn-opkg-sdk ?= "4488" SRCREV_pn-oprofileui ?= "173" SRCREV_pn-packagekit ?= "813fa8cfb139246cf180d52895b52b28616ae2f5" |