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

Re: [v3] revisited QNX 6.1 patch


In article <20020611125210.6001fd88.bkoz@redhat.com> you write:
>
>> I just updated my tree, and found one nit.  The brackets in
>> -qnx6.[12]* were lost in the conversion from configure.in to
>> configure.  I think we need something like:
>> 
>> *** configure.in	11 Jun 2002 18:11:02 -0000	1.83.2.9
>> --- configure.in	11 Jun 2002 19:32:12 -0000
>> ***************
>> *** 158,164 ****
>> --- 158,166 ----
>>         GLIBCPP_CHECK_WCHAR_T_SUPPORT
>>         os_include_dir="config/os/mingw32"
>>         ;;
>> + changequote(,)dnl
>>       *-qnx6.[12]*)
>> + changequote([,])dnl
>>         SECTION_FLAGS='-ffunction-sections -fdata-sections'
>>         AC_SUBST(SECTION_FLAGS) 
>>         GLIBCPP_CHECK_LINKER_FEATURES
>
>I dunno about this. Phil??

It is required for some versions of autoconf...


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