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: [build] Move unwinder to toplevel libgcc (v2)


> +++ b/libstdc++-v3/acinclude.m4
> @@ -685,9 +685,9 @@ AC_DEFUN([GLIBCXX_EXPORT_INCLUDES], [
>    fi
>  
>    # Stuff in the actual top level.  Currently only used by libsupc++
> to
> -  # get unwind* headers from the gcc dir.
> -  #TOPLEVEL_INCLUDES='-I$(toplevel_srcdir)/gcc
> -I$(toplevel_srcdir)/include'
> -  TOPLEVEL_INCLUDES='-I$(toplevel_srcdir)/gcc'
> +  # get unwind* headers from the libgcc dir.
> +  #TOPLEVEL_INCLUDES='-I$(toplevel_srcdir)/libgcc
> -I$(toplevel_srcdir)/include'
> +  TOPLEVEL_INCLUDES='-I$(toplevel_srcdir)/libgcc'
>  
>    # Now, export this to all the little Makefiles....
>    AC_SUBST(GLIBCXX_INCLUDES)

Ok, as a formality.

-benjamin


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