Alexey Neyman
1873a8e14a
Merge pull request #968 from stilor/fix-cpu-count
...
Doh. Change the name of the substituted variable
5 years ago
Alexey Neyman
204fef03f6
Doh. Change the name of the substituted variable
...
... to match the substituted name.
Fixes #966 .
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
d274ab06fe
Merge pull request #967 from stilor/fix-building-older-glibc
...
Fix building older glibc
5 years ago
Alexey Neyman
844c83cac2
Merge pull request #964 from abrodkin/topic-arc
...
Add ARC architecture support
5 years ago
Alexey Brodkin
66e0a25fd3
Add ARC700 and ARC HS38 Linux samples
...
ARC700 is based on ARCompact (AKA ARCv1 ISA) while ARC HS38 is
based on modern ARCv2 ISA.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
5 years ago
Alexey Brodkin
86bbb14649
Add ARC architecture support
...
Synopsys' DesignWare ARC Processors are a family of 32-bit CPUs
that SoC designers can optimize for a wide range of uses,
from deeply embedded to high-performance host applications in a variety
of market segments.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
5 years ago
Alexey Neyman
37ac0e8474
Too many fixes need backporting for GCC8...
...
... so instead, disable -Werror for older versions of glibc.
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
2b055ddc67
Second batch of backported fixes
...
getlogin/getlogin_r, zic
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
387c8d8e2c
First batch of fixes
...
- Incompatible function type for ifunc alias
- Multiple statements macro expansion in strftime
- if_nametoindex size checking
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
7d3d4d9e74
Merge pull request #960 from stilor/gdb712-disable-cxx
...
Restore a missing GDB option
5 years ago
Alexey Neyman
3f16a8e269
Restore a missing GDB option
...
(whether GDB has --disable-build-with-cxx) and use it.
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
ca3701bd3d
Merge pull request #958 from stilor/gcc8
...
Add GCC 8.1
5 years ago
Alexey Neyman
906cfdac7c
Add GCC 8.1
...
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
9bd57827be
Merge pull request #956 from stilor/mingw-multilib
...
Preserve each variant of libwinpthread.dll
5 years ago
Alexey Neyman
e1610ee7b6
Preserve each variant of libwinpthread.dll
...
... in the corresponding /lib directory. Mingw-w64 installs it to /bin,
so multiple variants in a multilib configuration override each other.
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
d7eed4ee52
Merge pull request #954 from stilor/archlinux-add-unzip
...
Add unzip to archlinux image
5 years ago
Alexey Neyman
bd60424e09
Add the ability to run some but not all samples in docker
...
Also, build containers with --no-cache: distributions like ArchLinux
retire their packages very quickly, need to always use up-to-date
package databases.
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
b04bd52270
Add unzip to ArchLinux docker image
...
Needed by android sample.
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
a3cc62a52c
Restore the ability to build multiple configurations
...
... in the shared .build directory.
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
5c24106d3b
Merge pull request #953 from stilor/docker-testing2
...
Docker configuration for Gentoo + a bunch of fixes
5 years ago
Alexey Neyman
74979fb19b
Add checking for *sum and unzip
...
Also improve logging (add an ability to log commands/files/environment variables
to config.log)
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
0f34b0ebf0
Fix strace 4.21+ on aarch64
...
... which now defaults to --enable-mpers=yes, which attempts to
invoke aarch64-*-gcc with -m32 and fails.
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
270eb003dc
Update help
...
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
f6d8c2ffbd
Add docker testing for Gentoo
...
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
51f0e7c649
Merge pull request #952 from dlech/patch-2
...
debian: include curl and wget in Build-Depends
5 years ago
David Lechner
7372e7449c
debian: add curl and wget dependencies
...
curl and wget are needed as a build dependency so that the auto configuration will see them and set the relevant configuration options. Otherwise, we end up with a ct-ng that can't download anything.
However, curl and wget are not strict runtime dependencies, and we don't need both, so list them as Recommends: curl | wget for the binary package.
5 years ago
Alexey Neyman
fa041df6fe
Merge pull request #949 from antmak/build_centos7
...
Add compatibility with automake < 1.14
5 years ago
Alexey Neyman
d40964df8c
Merge pull request #951 from dlech/patch-1
...
debian: no need to override dh_auto_install
5 years ago
David Lechner
0621680a5c
debian: no need to override dh_auto_install
...
Since fda857aeb8
and d6f5c308f9
, there is no longer any need to override dh_auto_install
5 years ago
Anton Maklakov
7efb493d37
Add compatibility with automake < 1.14
...
As we support CentOS, for example, we have a problem there
automake: warnings are treated as errors
kconfig/Makefile.am:26: warning: compiling 'lxdialog/checklist.c' in subdir requires 'AM_PROG_CC_C_O' in
'configure.ac'
autoreconf: automake failed with exit status: 1
5 years ago
Alexey Neyman
90d14443d1
Merge pull request #947 from stilor/docker-testing
...
Docker-based testing for Linux distros
5 years ago
Alexey Neyman
345dc4161d
Testing works for archlinux docker
...
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
0d7822e796
Require libtool be present
...
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
715d6376bf
First stab at docker-based test framework
...
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
5472517b31
Merge pull request #943 from xavloose/master
...
modified ax_with_curses_extra.m4 to have better regocnition of <panel.h>
5 years ago
Xavier Loose
b341377995
modified ax_with_curses_extra.m4 to have better regocnition of <panel.h>
5 years ago
Alexey Neyman
c996bd0f1f
Merge pull request #941 from stilor/issue-940
...
Supply explicit --tag CC
5 years ago
Alexey Neyman
c50c3a923e
Supply explicit --tag CC
...
... to libtool, to allow CC overrides at make stage.
Fixes #940 .
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
bb9a11ae4f
Merge pull request #939 from stilor/updates
...
Update packages: automake, isl, linux, mpfr, musl, newlib, strace, uC…
5 years ago
Alexey Neyman
3f1532713e
Update packages: automake, isl, linux, mpfr, musl, newlib, strace, uClibc-ng
...
Also, fix manage-packages.sh after autotoolization.
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
1b18fd6bdd
Merge pull request #924 from tofutim/feature/fixchecksamps
...
fix deprecated diff option
5 years ago
Alexey Neyman
ffc638142d
Merge pull request #937 from stilor/build-autotoolize
...
Autotoolize crosstool-ng
5 years ago
Alexey Neyman
c4608f07f7
Only attempt to chmod bash completion script
...
... if it has been installed.
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
4e7d0906c1
Support out-of-tree local builds
...
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
7eb903667b
Lintian warnings cleanup
...
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
fda857aeb8
Debian: no longer need to install completion separately
...
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
20e8402779
Compress the manpage
...
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
b670aaf1ad
Install bash completion into new location
...
/share/bash-completion/completions rather than /etc/bash_completion.d
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
970811a1c5
Conditionally install bash completion
...
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago
Alexey Neyman
bb6c97551f
User manual installation
...
... when running from a release tarball.
Signed-off-by: Alexey Neyman <stilor@att.net>
5 years ago