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/19207] Build failed with option that impact on binary format in CFLAGS


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

--- Comment #6 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to SeungRyeol Lee from comment #5)
> Sorry for this.
> I resolve this issue. but, I'm not sure if this is bug or not.
> I will close this issue. Thanks.

It's not a bug. Generally, flags that impact the ABI must be set within the
value of CC and CXX. This makes it easier to ensure that the ABI options are
always used regardless of the check (since CC and CXX are always used).

-- 
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]