This is the mail archive of the gcc@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]

repository copy of FreeBSD i386 config file.


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)

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