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/22276] gcc only supports “–v” but does not support “–V” and “ -qversion flages”


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

--- Comment #1 from Akhilesh Kumar <akhilesh.k at samsung dot com> ---
corrected the above changes 

2588 - for ac_option in --version -v -V -qversion; do
2588 +for ac_option in --version -v ; do

3045 - for ac_option in --version -v -V -qversion; do
3045 +for ac_option in --version -v ; do

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