public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* repository copy of FreeBSD i386 config file.
@ 2000-09-04 13:52 David O'Brien
  2000-09-12  5:02 ` Gerald Pfeifer
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: David O'Brien @ 2000-09-04 13:52 UTC (permalink / raw)
  To: gcc

I would like to see gcc/config/i386/freebsd.h,v repository copied to
gcc/config/i386/freebsd-aout.h,v (I have a script to fixup the tags).

I then would like to see gcc/config/i386/freebsd-elf.h [checked out]
copied on top of gcc/config/i386/freebsd.h and committed.  Then
gcc/config/i386/freebsd-elf.h put in the Attic by 
``cvs rm -f freebsd-elf.h ; cvs ci freebsd-elf.h''.

Doing such repository copies (ie, moving and coping files around w/in the
repository) is documented in the CVS docs.

The purpose is to create a standard naming for FreeBSD configuration
files.  FreeBSD's a.out support is now ancient history and we will never
return to it.  I will donate configuration bits for FreeBSD/Alpha and
FreeBSD/IA-64 later.  There are two other FreeBSD ports in the works.  So
a standard setup would really be nice and clean.

Is this acceptable?  If not, could I get permission to do it this way:


    cvs co gcc/config/i386/freebsd.h
    mv gcc/config/i386/freebsd.h gcc/config/i386/freebsd-aout.h
    cvs add gcc/config/i386/freebsd-aout.h
    cvs ci gcc/config/i386/freebsd-aout.h
    cvs co gcc/config/i386/freebsd-elf.h
    mv gcc/config/i386/freebsd-elf.h gcc/config/i386/freebsd.h
    cvs ci gcc/config/i386/freebsd.h
    cvs rm gcc/config/i386/freebsd-elf.h
    cvs ci gcc/config/i386/freebsd-elf.h
    # add freebsd-aout.h and remove freebsd-elf.h from gcc/po/*


-- 
-- David  (obrien@FreeBSD.org)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2000-09-17 22:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-04 13:52 repository copy of FreeBSD i386 config file David O'Brien
2000-09-12  5:02 ` Gerald Pfeifer
2000-09-12  7:06   ` Geoff Keating
2000-09-13 20:13     ` David O'Brien
2000-09-17 22:48   ` H . J . Lu
2000-09-12 11:53 ` Richard Henderson
2000-09-12 14:03 ` Marc Espie
2000-09-13 20:23   ` David O'Brien

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).