[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40767] [PATCH] gnu: Add maradns.
From: |
Mathieu Othacehe |
Subject: |
[bug#40767] [PATCH] gnu: Add maradns. |
Date: |
Wed, 22 Apr 2020 19:26:23 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
> would (which "gcc") work when cross compiling?
When cross-compiling the cross gcc is named target-gcc
(aarch64-linux-gnu-gcc for instance), so (which "gcc") would return the
native compiler, not the cross one.
Note that when using autoconf/autotools, cross-compilation is working
fine because we pass "--host=target" and it manages to find the native
and cross-compiler from that.
This issue only arises when raw Makefile are using hard-coded CC=gcc to
build stuff.
Thanks,
Mathieu
- [bug#40767] [PATCH] gnu: Add maradns., Arun Isaac, 2020/04/22
- [bug#40767] [PATCH] gnu: Add maradns., Mathieu Othacehe, 2020/04/22
- [bug#40767] [PATCH] gnu: Add maradns., Efraim Flashner, 2020/04/22
- [bug#40767] [PATCH] gnu: Add maradns.,
Mathieu Othacehe <=
- [bug#40767] [PATCH] gnu: Add maradns., Arun Isaac, 2020/04/22
- [bug#40767] [PATCH] gnu: Add maradns., Mathieu Othacehe, 2020/04/23
- [bug#40767] [PATCH] gnu: Add maradns., Arun Isaac, 2020/04/24
- [bug#40767] [PATCH] gnu: Add maradns., Mathieu Othacehe, 2020/04/25
- [bug#40767] [PATCH] gnu: Add maradns., Arun Isaac, 2020/04/25
- [bug#40767] [PATCH] gnu: Add maradns., Mathieu Othacehe, 2020/04/25
- [bug#40767] [PATCH] gnu: Add maradns., Arun Isaac, 2020/04/25
- [bug#40767] [PATCH] gnu: Add maradns., Mathieu Othacehe, 2020/04/26
- [bug#40767] [PATCH] gnu: Add maradns., Arun Isaac, 2020/04/26
- bug#40767: [PATCH] gnu: Add maradns., Arun Isaac, 2020/04/24