bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu, aarch64-li


From: doko at debian dot org
Subject: [Bug gprofng/29116] gprofng fails to build on i686-linux-gnu, aarch64-linux-gnu
Date: Tue, 03 May 2022 21:39:45 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=29116

--- Comment #6 from Matthias Klose <doko at debian dot org> ---
sorry, this is glibc 2.33, not 2.35.

$ echo __x86_64 | x86_64-linux-gnu-gcc -E -
# 0 "<stdin>"
# 0 "<built-in>"
# 0 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 0 "<command-line>" 2
# 1 "<stdin>"
1
$ echo __x86_64 | x86_64-linux-gnu-gcc -m32 -E -
# 0 "<stdin>"
# 0 "<built-in>"
# 0 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 0 "<command-line>" 2
# 1 "<stdin>"
__x86_64

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]