[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72494] [PATCH v3] gnu: Add c3c-bootstrap.
From: |
Adam Faiz |
Subject: |
[bug#72494] [PATCH v3] gnu: Add c3c-bootstrap. |
Date: |
Sun, 11 Aug 2024 22:47:36 +0800 |
On 8/11/24 01:59, Ashvith Shetty wrote:
> Hi Adam,
>
> I've tried building from your patch, and it seems to me that the
> compiler isn't working, and requires that the flag `-cc` be passed,
> pointing to `gcc` or `clang`. Since `cc` is a symlink to `gcc`,
> wouldn't it be better to substitute `cc` to `gcc`? Or is it possible
> to create a symlink `cc` unique to, and isolated inside the package
> expression?
Yes, it's better to just substitute `cc` with #$(cc-for-target). I've updated
the patch to do this.
- [bug#72494] [PATCH 0/1] Add C3, Ashvith Shetty, 2024/08/06
- [bug#72494] [PATCH 1/1] gnu: Add C3 1.6.1., Ashvith Shetty, 2024/08/06
- [bug#72494] [PATCH 0/1] Add C3, Adam Faiz, 2024/08/06
- [bug#72494] [PATCH v1] gnu: Add C3 1.6.1., Ashvith Shetty, 2024/08/06
- [bug#72494] [PATCH v2] gnu: Add C3 1.6.1., Ashvith Shetty, 2024/08/06
- [bug#72494] [PATCH v3] gnu: Add c3c-bootstrap., Adam Faiz, 2024/08/07
- [bug#72494] [PATCH v4] gnu: Add c3c-bootstrap., Adam Faiz, 2024/08/11