Assignee: unassigned at gcc dot gnu.org
Reporter: gcc at rkeene dot org
Target Milestone: ---
GCC 5.2.0 fails to build a compiler for NetBSD on x86_64 by default.
This is because libcilkrts/configure.tgt does not return unsupported for NetBSD
on x86_64, but libcilkrts/runtime/os
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51206
gcc at rkeene dot org changed:
What|Removed |Added
Version|4.6.1 |4.9.0
--- Comment #3 from gcc at
: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: gcc at rkeene dot org
Tested with gcc 4.6.3 and gcc 4.8.1 with binutils 2.22
Program Listing #1 (test-1.c):
static unsigned int test = 3;
int main(int argc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51206
--- Comment #1 from gcc at rkeene dot org 2011-11-18 08:27:00 UTC ---
If I remove the "-B.../lib" argument from
x86_64-slackware-linux/libgcc/Makefile then both the 32-bit and the 64-bit
libgcc builds complete.
That is, if I change the
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51206
Bug #: 51206
Summary: Building Cross-Compiler for Linux/x86_64 multilibs
fails due to FLAGS_FOR_TARGET
Classification: Unclassified
Product: gcc
Version: 4.6.1
Status