This is the mail archive of the gcc-patches@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]

Re: Remove NetWare support


> diff --git a/libstdc++-v3/crossconfig.m4 b/libstdc++-v3/crossconfig.m4
> --- a/libstdc++-v3/crossconfig.m4
> +++ b/libstdc++-v3/crossconfig.m4
> @@ -173,14 +173,6 @@ case "${host}" in
>        AC_DEFINE(HAVE_ISNANL)
>      fi
>      ;;
> -  *-netware)
> -    SECTION_FLAGS='-ffunction-sections -fdata-sections'
> -    AC_SUBST(SECTION_FLAGS)
> -    GLIBCXX_CHECK_LINKER_FEATURES
> -    AC_DEFINE(HAVE_HYPOT)
> -    AC_DEFINE(HAVE_ISINF)
> -    AC_DEFINE(HAVE_ISNAN)
> -    ;;
>    *-qnx6.1* | *-qnx6.2*)
>      SECTION_FLAGS='-ffunction-sections -fdata-sections'
>      AC_SUBST(SECTION_FLAGS) 

OK.

-benjamin


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