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: [RFA] Remove -V


Alexandre Oliva wrote: 
> Here's an idea for a trivial implementation: install the various
> compilation drivers not only as say gcc and $(target)-gcc, but also as
> gcc-$(version) and $(target)-gcc-$(version).

What about installed headers and libraries that don't go in versioned
directories?  $(PREFIX)/include/g++-v3/*, $(PREFIX)/lib/libgcc_s.so, etc?

I'd argue that header files should probably move under
$(PREFIX)/gcc-lib/$(TARGET)/$(VERSION)/, but doing that for shared libraries
is a lot more troublesome.

-- 
Jonathan Lennox
lennox@cs.columbia.edu


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