This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
master copy of ltcf-c.sh, ltcf-gcj.sh, ltmain.sh?
- From: Michael Elizabeth Chastain <mec at shout dot net>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 25 Feb 2003 08:57:01 -0600
- Subject: master copy of ltcf-c.sh, ltcf-gcj.sh, ltmain.sh?
Hi guys,
I have an issue with some of the top level configuration files:
ltcf-c.sh
ltcf-gcj.sh
ltmain.sh
The issue is that these files use some commands like 'tail -1' which are
not allowed by POSIX 1003.1-2001. (This is coming from PR gdb/527 and
PR gdb/894 if you are curious).
Who owns the master copy of these files, and where do I go to file a PR
against them? I am guessing that the answer is 'the gcc copy is the
master copy' and 'file a gcc PR with category=other', but I need to
check this.
Michael C