Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 1999 13:22:38 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/cc Makefile.inc
Message-ID:  <199910122022.NAA17702@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      1999/10/12 13:22:38 PDT

  Modified files:
    gnu/usr.bin/cc       Makefile.inc 
  Log:
  Move -I of cc_tool/ before the GCCDIR ones.
  
  When I imported EGCS into contrib/egcs/ I failed to prune out
  egcs/gcc/cp/hash.h which is generated from gxx.gperf.  Thus `cc1plus' wasn't
  using the hash.h we generated by cc/cc_tools/Makefile, but rather the one in
  egcs/gcc/cp/.
  
  When I imported contrib/gcc/ I did prune gcc/cp/hash.h.  Unfortunately the
  GCC maintainers weren't smart on their file nameing and there is also a
  egcs/gcc/hash.h (name overloading does NOT work as well on the filesystem
  as in C++...).  Due to the -I ordering we are were then picking up gcc/hash.h
  when compiling `cc1plus'.
  
  Revision  Changes    Path
  1.39      +2 -2      src/gnu/usr.bin/cc/Makefile.inc



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910122022.NAA17702>