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] |
Geoff Keating writes:
On Feb 18, 2004, at 3:25 PM, Matthias Klose wrote:
attached is patch, which renames the info files on generation and changes the references to external gcc files. checked with an install configure with and without --program-suffix=-3.5.
Ada manuals are renamed as all of the other Ada tools and man pages are not renamed as well.
ok to apply?
I'm not sure about the renaming of the actual info files. They are not, after all, named after the executable 'gcc'; they are named after the project GCC.
it's my understanding that the --program-suffix option should allow parallel installation of more than one GCC version with the same path prefix.
--program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names
info file names never made the distinction on the case of letters.
what would you propose to achieve this installation option?
-- Geoff Keating <geoffk@apple.com>
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |