This patch was copied from Debian. It is needed on armhf. --- a/build/make/configure.sh 2013-12-17 18:18:46.904410454 +0100 +++ b/build/make/configure.sh 2013-12-17 18:19:58.720758736 +0100 @@ -799,7 +799,6 @@ case ${tgt_cc} in gcc) - CROSS=${CROSS:-arm-none-linux-gnueabi-} link_with_cc=gcc setup_gnu_toolchain arch_int=${tgt_isa##armv} @@ -822,10 +821,6 @@ check_add_cflags -mfpu=neon #-ftree-vectorize check_add_asflags -mfpu=neon fi - - if [ -z "${tune_cpu}" ]; then - tune_cpu=cortex-a8 - fi else check_add_cflags -march=${tgt_isa} check_add_asflags -march=${tgt_isa} ts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/opam.scm
AgeCommit message (Expand)Author
2020-12-08import: opam: Adjust test to latest 'opam->guix-package' changes....Ludovic Courtès
2020-12-08guix: opam: Pass default repository to recursive importer....Julien Lepiller
2020-10-02tests: opam: Test additional syntax....Julien Lepiller
2020-10-02tests: opam: Factorize tests....Julien Lepiller
2020-01-17import: opam: Avoid uses of '@@' in tests....Ludovic Courtès
2019-09-07tests: opam: Fix input type in import test....Julien Lepiller
2019-02-05import: opam: Fix conditions....Julien Lepiller
2018-12-17import: Update opam importer....Julien Lepiller
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-07-10guix: Add opam importer....Julien Lepiller