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]

Re: Small patch for g++.exp


On 26 Feb 1999 15:27:41 -0800, Jason Merrill wrote:
>>>>>> Zack Weinberg <zack@rabi.columbia.edu> writes:
>
> > Here is the patch.  Jason, can you comment?
>
>Looks fine.

Very well, I've committed this:

1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>

	* lib/g++.exp: Don't add incdir=$base_dir/../include to
        ALWAYS_CXXFLAGS.

============================================================
Index: testsuite/lib/g++.exp
--- testsuite/lib/g++.exp       1998/12/16 22:24:19     1.4
+++ testsuite/lib/g++.exp       1999/02/27 18:36:17
@@ -125,7 +125,6 @@
     if ![is_remote host] {
        lappend ALWAYS_CXXFLAGS "additional_flags=[g++_include_flags]";
        lappend ALWAYS_CXXFLAGS "ldflags=[g++_link_flags]";
-       lappend ALWAYS_CXXFLAGS "incdir=$base_dir/../include"
     }
 
     if [info exists TOOL_OPTIONS] {


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