kumquat-buildroot/support/scripts
Sam bobroff 41444d7f89 pkg-autotools: generic configure fix for powerpc64
Many (100+) packages supported by buildroot contain old configure
scripts (or build them from old versions of autotools) that are unable
to determine how to link shared libraries on powerpc64 and
powerpc64le. This causes that test to erroneously fail on toolchains
that are not "bi-endian" (which is the case for toolchains built by
buildroot), which causes configure to build static libraries instead
of dynamic ones. Although these builds succeed, they tend to cause
linker failures in binaries later linked against them.

Because affected configure files can be discovered automatically, this
patch introduces a hook (enabled only when building for powerpc64 and
powerpc64le) that uses a script to scan and fix each package.

Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-12-05 22:51:17 +01:00
..
apply-patches.sh support/apply-patches: re-instate set -e 2016-07-06 14:47:30 +02:00
br2-external core/br2-external: restore compatibility with old distros 2016-11-23 23:31:20 +01:00
check-host-rpath support/scripts/check-host-rpath: also check HOST_DIR/{bin, sbin} 2016-04-21 22:17:36 +02:00
check-kernel-headers.sh
eclipse-register-toolchain
expunge-gconv-modules
fix-configure-powerpc64.sh pkg-autotools: generic configure fix for powerpc64 2016-12-05 22:51:17 +01:00
get-developers get-developers: fix parentheses for print 2016-11-05 11:49:05 +01:00
getdeveloperlib.py scripts/get-developers: correct type of patches argument 2016-10-25 12:43:27 +02:00
graph-build-time support/scripts: fix graph-build-time help text 2016-05-24 23:26:25 +02:00
graph-depends core/graph-depends: add option to graph reverse dependencies 2016-10-25 22:59:05 +02:00
hardlink-or-copy support/scripts: add helper to hardlink-or-copy 2016-05-11 23:14:37 +02:00
mkmakefile Makefile: Remove 'quiet' variable 2015-10-29 00:04:05 +01:00
mkusers support/mkusers: allow comments in users tables 2015-10-18 17:52:21 +02:00
pkg-stats linux: add ev3dev extension 2016-11-02 17:52:24 +01:00
pycompile.py python/python3: globalize *.pyc files compilation 2016-05-26 22:07:35 +02:00
scancpan scancpan: improve message when bad host perl version 2016-07-04 17:41:54 +02:00
scanpypi scanpypi: include LICENCE in the list of supported license files 2016-07-07 11:48:52 +02:00
setlocalversion
size-stats size-stats: fix bug when parsing file names with comma 2016-08-09 12:25:11 +02:00
size-stats-compare support/scripts: add size-stats-compare script 2016-02-07 15:52:25 +01:00
xorg-release