commit:     bcedb8deeb2e08b91db7b6f5c31623d2a777cb8b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  8 22:43:39 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jun  8 22:43:39 2021 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=bcedb8de

crossdev: mark ia64* targets as targets that always require libc headers

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 crossdev | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/crossdev b/crossdev
index 3d18e3c..06ec400 100755
--- a/crossdev
+++ b/crossdev
@@ -254,6 +254,12 @@ parse_target() {
                      STAGE_DEFAULT=${STAGE_C_ONLY}
                      WITH_DEF_HEADERS="no";;
 
+               ia64*)
+                       # gcc's libgcc needs glibc headers for unwinder.
+                       # Thus gcc-stage1 can't be built without glibc headers.
+                       WITH_DEF_HEADERS="yes"
+                       ;;
+
                # added in bug #609602
                mmix*)
                      KPKG="[none]"

Reply via email to