This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
repository copy of FreeBSD i386 config file.
- To: gcc at gcc dot gnu dot org
- Subject: repository copy of FreeBSD i386 config file.
- From: "David O'Brien" <obrien at FreeBSD dot org>
- Date: Mon, 4 Sep 2000 13:52:48 -0700
- Reply-To: obrien at FreeBSD dot org
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)