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/20130] glibc make check fails beacuse of typo in no-pie-ldflag


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

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
--no-pie is the same as -fno-pie, and is a different option than -no-pie.  If
your compiler doesn't understand -no-pie then it is too old to produce PIE by
default, and the configure check should fail.

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