[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#27018: [PATCH 1/5] gnu: Allow overriding of xgcc package in cross-gc
From: |
Ricardo Wurmus |
Subject: |
bug#27018: [PATCH 1/5] gnu: Allow overriding of xgcc package in cross-gcc. |
Date: |
Wed, 24 May 2017 23:29:02 +0200 |
User-agent: |
mu4e 0.9.18; emacs 25.2.1 |
Danny Milosavljevic <address@hidden> writes:
> Hi Ricardo,
>
> On Mon, 22 May 2017 16:13:15 +0200
> Ricardo Wurmus <address@hidden> wrote:
>
>> (define* (cross-gcc target
>> - #:optional (xbinutils (cross-binutils target)) libc)
>> + #:key
>> + (xgcc %xgcc)
>> + (xbinutils (cross-binutils target))
>> + (libc #f))
>
> Why is it "xgcc", "xbinutils", but "libc" (no "x")? Aren't they all the
> "cross" versions?
I don’t really know, but I assumed that it is because the libc is not a
set of cross-build tools but a library.
Anyway, thanks for the review. I’m going to push this now.
--
Ricardo
GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
https://elephly.net
- bug#27018: [PATCH 0/5] Cross-compiler fixes, Ricardo Wurmus, 2017/05/22
- bug#27018: [PATCH 1/5] gnu: Allow overriding of xgcc package in cross-gcc., Ricardo Wurmus, 2017/05/22
- bug#27018: [PATCH 4/5] gnu: arm-none-eabi-toolchain: Provide union of all inputs at the output., Ricardo Wurmus, 2017/05/22
- bug#27018: [PATCH 5/5] gnu: arm-none-eabi-toolchain: Include libstdc++., Ricardo Wurmus, 2017/05/22
- bug#27018: [PATCH 3/5] gnu: Add libstdc++-arm-none-eabi., Ricardo Wurmus, 2017/05/22
- bug#27018: [PATCH 2/5] gnu: avr-gcc-4.9: Use gcc-4.9 as base compiler., Ricardo Wurmus, 2017/05/22
- bug#27018: [PATCH 1/5] gnu: Allow overriding of xgcc package in cross-gcc., Danny Milosavljevic, 2017/05/24
- bug#27018: [PATCH 1/5] gnu: Allow overriding of xgcc package in cross-gcc.,
Ricardo Wurmus <=