generic-poky/meta/conf/distro/include
Richard Purdie dab511c36d gcc: Add support for nativesdk-gcc
Being able to build a nativesdk gcc is useful, particularly in cases
where the host compiler may be of an incompatible version (or a 32
bit compiler is needed).

Sadly, building nativesdk-gcc is not straight forward. We install
nativesdk-gcc into a relocatable location and this means that its
library locations can change. "Normal" sysroot support doesn't help
in this case since the values of paths like "libdir" change, not just
base root directory of the system.

In order to handle this we do two things:

a) Add %r into spec file markup which can be used for injected paths
   such as SYSTEMLIBS_DIR (see gcc_multilib_setup()).
b) Add other paths which need relocation into a .gccrelocprefix section
   which the relocation code will notice and adjust automatically.

This patch adds tweaks to the relocation script to handle the
new section too.

(From OE-Core rev: cd3d874fced2ee4c950d9964d30c0588fd8772e7)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-07-31 10:32:37 +01:00
..
as-needed.inc rpm: Uprev to RPM 5.4.0 2011-01-28 17:52:55 +00:00
default-distrovars.inc default-distrovars: Clean up gcc license issues 2015-04-30 23:04:12 +01:00
default-providers.inc default-providers: Set the preferred provider for bluez based on version 2015-02-17 13:43:39 +00:00
default-versions.inc Python: Upgrade from 2.7.3 to 2.7.9: 2015-02-23 17:35:29 +00:00
security_flags.inc security-flags: Disable PIE for coreutils, elfutils, gcc, iptables 2015-07-27 23:29:15 +01:00
tclibc-glibc.inc distro: TCLIBC now defines glibc instead of eglibc 2014-09-01 18:02:21 +01:00
tclibc-musl.inc musl: Enable NLS 2015-04-13 22:33:22 +01:00
tclibc-uclibc.inc distro: TCLIBC now defines glibc instead of eglibc 2014-09-01 18:02:21 +01:00
tcmode-default.inc gcc: Add support for nativesdk-gcc 2015-07-31 10:32:37 +01:00
world-broken.inc gobject-introspection: Drop the recipe, it has never worked and if it does cross compile, we can add it back 2012-07-28 09:20:53 +01:00