Go to file
Changqing Li 1480f64684 postgresql: fix compile error
configuration:
MULTILIB_GLOBAL_VARIANTS_append = " libn32"
MULTILIBS ?= "multilib:lib32 multilib:libn32"
DEFAULTTUNE_virtclass-multilib-lib32 ?= "mips"
DEFAULTTUNE_virtclass-multilib-libn32 ?= "mips64-n32"
require conf/multilib.conf

SELECTED_OPTIMIZATION = "${DEBUG_OPTIMIZATION}"
DEBUG_BUILD = "1"
EXTRA_IMAGE_FEATURES += "dbg-pkgs"

with above configuration and option -Og, postgresql compile failed with:
| make[4]: Nothing to be done for 'all'.
| make[4]: Leaving directory '/tmp/work/mips-pokymllib32-linux/lib32-postgresql/11.2-r0/build/src/fe_utils'
| {standard input}: Assembler messages:
| {standard input}:58887: Error: branch out of range
| <builtin>: recipe for target 'tab-complete.o' failed
| make[3]: *** [tab-complete.o] Error 1
| make[3]: Leaving directory '/tmp/work/mips-pokymllib32-linux/lib32-postgresql/11.2-r0/build/src/bin/psql'
| Makefile:41: recipe for target 'all-psql-recurse' failed
| make[2]: *** [all-psql-recurse] Error 2

replace -Og with -O to fix this error

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-05-18 07:25:35 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00
meta-gnome README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00
meta-initramfs README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00
meta-multimedia README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00
meta-networking README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00
meta-oe postgresql: fix compile error 2019-05-18 07:25:35 -07:00
meta-perl README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00
meta-python python-pyasn1: upgrade 0.4.4 -> 0.4.5 2019-05-18 07:25:06 -07:00
meta-webserver README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00
meta-xfce README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00

Collection of layers for the OE-core universe

Warrior maintainer: Armin Kuster  <akuster808@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories