This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Default value for libiconv in target-supports.exp?


In the past, if libiconv wasn't set in site.exp, target_supports.exp:check_iconv_available would crash. So, I changed it to default to "-liconv".

On GNU/Linux, that's not a very good default, since iconv is in libc. The same seems to hold on Solaris and HP-UX.

Does anyone have opinions about what the default should be?

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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