meta-openembedded/meta-oe
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
..
classes meta-oe: remove True option to getVar calls (again) 2019-01-13 10:28:01 -08:00
conf README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00
lib/oeqa/selftest/cases meta-oe: add selftest for sources.oe.org 2018-11-14 21:06:57 -08:00
licenses Also remove meta-oe/licenses/vim 2019-03-08 05:38:38 -08:00
recipes-benchmark s-suite: push SRCREV to version 3.2 2019-04-16 21:07:25 -07:00
recipes-bsp ledmon: Mark as incompatible on musl instead of adding bogus patch 2019-04-29 10:13:56 -07:00
recipes-connectivity hostapd: Upgrade to 2.8 2019-04-29 10:13:56 -07:00
recipes-core Revert "ell: remove recipe" 2019-04-29 10:13:56 -07:00
recipes-crypto libsodium: update to 1.0.17 2019-03-15 13:57:47 -07:00
recipes-dbs postgresql: fix compile error 2019-05-18 07:25:35 -07:00
recipes-devtools php: upgrade 7.3.2 -> 7.3.4 2019-05-18 07:25:35 -07:00
recipes-extended rrdtool: Upgrade to 1.7.1 2019-04-29 10:13:56 -07:00
recipes-gnome libpeas: rework gobject-introspection handling 2019-04-06 08:22:22 -07:00
recipes-graphics openbox: Add python-shell as a runtime dependency 2019-04-27 10:13:07 -07:00
recipes-kernel cpupower: remove LIC_FILES_CHKSUM 2019-05-18 07:12:22 -07:00
recipes-multimedia v4l-utils: upgrade 1.16.0 -> 1.16.5 2019-04-29 10:13:57 -07:00
recipes-navigation gpsd: split one dpg package 2018-09-17 22:23:29 -07:00
recipes-security nmap: Fix build on RISC-V 2019-03-07 09:33:45 -08:00
recipes-shells dash: upgrade 0.5.9.1 -> 0.5.10.2 2019-03-01 18:51:29 -08:00
recipes-support cpprest: update to 2.10.13, drop 32bit build fix upstream 2019-04-29 10:13:57 -07:00
recipes-test cppunit: fix patch fuzz warning 2019-03-28 11:55:34 -07:00
COPYING.MIT
README README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00

meta-oe
=======

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git
branch: warrior 
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][warrior]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe[warrior][PATCH'

You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core
to share your patches, this is preferred for patch sets consisting of more than one patch.

Other services like gitorious, repo.or.cz or self-hosted setups are of course accepted as well,
'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy
to use, has been proven to be reliable and has a really good web GUI.

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