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: Patch for bug 25938 (libgomp headers installed in wrong directory)


Joseph S. Myers wrote:
On Sat, 26 Aug 2006, David Daney wrote:

+libsubincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
Should this unconditionally go in the $(target_alias) directory?

In my view all the headers GCC installs should go in libsubdir (i.e. $(libdir)/gcc/$(target_alias)/$(gcc_version)). In any case, this is the same as done for libobjc, libmudflap and the headers from gcc/ginclude.

I agree. I have raised this issue with the libstdc++ folks in the past. In fact, I believe libstdc++ has now been changed so that the headers do go in $libsubdir, at least in some cases.


This patch is OK. Thanks!

--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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