guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 03/06: tests: Remove 'glibc' from the 'guix environment'


From: Ludovic Courtès
Subject: [Guile-commits] 03/06: tests: Remove 'glibc' from the 'guix environment' command line.
Date: Sun, 21 Jun 2020 09:14:48 -0400 (EDT)

civodul pushed a commit to branch master
in repository guile.

commit e20ca01d9bfebd6e71f09e4a5bfbf80d44745e9c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jun 20 16:14:10 2020 +0200

    tests: Remove 'glibc' from the 'guix environment' command line.
    
    * tests/Makefile (CC_IA32, CC_AARCH64, CC_ARMv7): Remove 'glibc' from
    the 'guix environment' command line since it's redundant with
    'gcc-toolchain'.
---
 tests/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/Makefile b/tests/Makefile
index b358a88..769b434 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -17,9 +17,9 @@ TARGETS ?= native ia32 aarch64 armv7
 #     gcc-aarch64-linux-gnu libc6-dev-arm64-cross libc6:arm64
 #
 CC = gcc
-CC_IA32=guix environment --pure -s i686-linux --ad-hoc gcc-toolchain glibc -- 
gcc
-CC_AARCH64=guix environment --pure -s aarch64-linux --ad-hoc gcc-toolchain 
glibc -- gcc
-CC_ARMv7=guix environment --pure -s armhf-linux --ad-hoc gcc-toolchain glibc 
-- gcc
+CC_IA32=guix environment --pure -s i686-linux --ad-hoc gcc-toolchain -- gcc
+CC_AARCH64=guix environment --pure -s aarch64-linux --ad-hoc gcc-toolchain -- 
gcc
+CC_ARMv7=guix environment --pure -s armhf-linux --ad-hoc gcc-toolchain -- gcc
 CFLAGS = -Wall -O0 -g
 
 all: $(foreach TARGET,$(TARGETS),$(addprefix test-$(TARGET)-,$(TESTS)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]