Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/crossdev:master commit in: /
Date: Tue, 08 Jun 2021 22:44:13
Message-Id: 1623192219.bcedb8deeb2e08b91db7b6f5c31623d2a777cb8b.slyfox@gentoo
1 commit: bcedb8deeb2e08b91db7b6f5c31623d2a777cb8b
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 8 22:43:39 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 8 22:43:39 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=bcedb8de
7
8 crossdev: mark ia64* targets as targets that always require libc headers
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 crossdev | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/crossdev b/crossdev
16 index 3d18e3c..06ec400 100755
17 --- a/crossdev
18 +++ b/crossdev
19 @@ -254,6 +254,12 @@ parse_target() {
20 STAGE_DEFAULT=${STAGE_C_ONLY}
21 WITH_DEF_HEADERS="no";;
22
23 + ia64*)
24 + # gcc's libgcc needs glibc headers for unwinder.
25 + # Thus gcc-stage1 can't be built without glibc headers.
26 + WITH_DEF_HEADERS="yes"
27 + ;;
28 +
29 # added in bug #609602
30 mmix*)
31 KPKG="[none]"