diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-04-29 18:32:45 +0200 |
|---|---|---|
| committer | Zheng Junjie <z572@z572.online> | 2026-07-21 13:13:42 +0800 |
| commit | d10ccff1569af70c9f03da031d91eb572f67e9be (patch) | |
| tree | 65d016c2c81607f67414ce26f53b9a5dac060efa | |
| parent | 5cbe44007a67cb00bf37a234889790ca92be9f02 (diff) | |
gnu: tcc-boot: Remove unused reference to absent libc.
* gnu/packages/commencement.scm (tcc-boot) [arguments]<#:phases>:
Remove unused reference to absent libc.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | gnu/packages/commencement.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 32034b01974..c5ddf7b7465 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm | |||
| @@ -784,7 +784,6 @@ MesCC-Tools), and finally M2-Planet.") | |||
| 784 | (lambda* (#:key outputs #:allow-other-keys) | 784 | (lambda* (#:key outputs #:allow-other-keys) |
| 785 | (let* ((out (assoc-ref %outputs "out")) | 785 | (let* ((out (assoc-ref %outputs "out")) |
| 786 | (tcc (assoc-ref %build-inputs "tcc-boot0")) | 786 | (tcc (assoc-ref %build-inputs "tcc-boot0")) |
| 787 | (libc (assoc-ref %build-inputs "libc")) | ||
| 788 | (interpreter "/mes/loader")) | 787 | (interpreter "/mes/loader")) |
| 789 | (invoke "sh" "configure" | 788 | (invoke "sh" "configure" |
| 790 | (string-append "--cc=tcc") | 789 | (string-append "--cc=tcc") |
| @@ -798,7 +797,6 @@ MesCC-Tools), and finally M2-Planet.") | |||
| 798 | (lambda* (#:key outputs #:allow-other-keys) | 797 | (lambda* (#:key outputs #:allow-other-keys) |
| 799 | (let* ((out (assoc-ref %outputs "out")) | 798 | (let* ((out (assoc-ref %outputs "out")) |
| 800 | (tcc (assoc-ref %build-inputs "tcc-boot0")) | 799 | (tcc (assoc-ref %build-inputs "tcc-boot0")) |
| 801 | (libc (assoc-ref %build-inputs "libc")) | ||
| 802 | (interpreter "/mes/loader")) | 800 | (interpreter "/mes/loader")) |
| 803 | (invoke | 801 | (invoke |
| 804 | "tcc" | 802 | "tcc" |
