This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/22581] glibc-2.26 fails to build for i486 with -Os


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

--- Comment #5 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
If CAN_USE_REGISTER_ASM_EBP is set to 1 it means the configure script was run
with a CFLAGS safe to use an optimized 6 argument syscall internally. If you
change the CFLAGS after the configure without change CAN_USE_REGISTER_ASM_EBP
it breaks the build as you see.

If you ran the configure in the way I suggested in the changeroot environment ,
does it work?

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]